#6469CE

Color #6469CE Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #6469CE

Tints of Slate Blue #6469CE

Color information

#6469CE (or 0x6469CE) is unknown color: approx Slate Blue. HEX triplet: 64, 69 and CE. RGB value is (100,105,206). Sum of RGB (Red+Green+Blue) = 100+105+206=411 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.33% from 411); Green value is 105 (41.41% from 255 or 25.55% from 411); Blue value is 206 (80.86% from 255 or 50.12% from 411); Max value from RGB is 206 - color contains mainly: blue. Hex color #6469CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6469CE is #9B9631. Grayscale: #727272. Windows color (decimal): -10196530 or 13527396. OLE color: 13527396.

HSL color Cylindrical-coordinate representation of color #6469CE: hue angle of 237.17º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6469CE is Cyan = 0.51, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB100105206-
CMYK0.510.4900.19
HSL237.17º51.96%60%-
HSV(B)237.17º51.46%80.78%-
XYZ21.4517.2760.6-
YUV115.02179.34117.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 100 (39.45% from 255) = 24.33%
GREEN value IS 105 (41.41% from 255) = 25.55%
BLUE value IS 206 (80.86% from 255) = 50.12%
R=24.33%
G=25.55%
B=50.12%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1001052060.510.4900.19237.1751.9660
Hex6469CE3331013ed343c
Octal14415131663610233556474
Binary110010011010011100111011001111000101001111101101110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6469CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6469CE; }

 p { color: rgb(100,105,206); }

 H1.HeaderClassName
 {
   color: #6469CE;
 }
 .AnyTagClassName
 {
   color: #6469CE;
 }
</style>
background-color css

<style>
 a { background-color: #6469CE; }

 a { background-color: rgb(100,105,206); }

 div.DivClassName
 {
   background-color: #6469CE;
 }
 .BgClassName
 {
   background-color: #6469CE;
 }
</style>
border-color css

<style>
 span { border-color: #6469CE; }

 span { border-color: rgb(100,105,206); }

 td.TdClassName
 {
   border-color: #6469CE;
 }
 .TagClassName
 {
   border-color: #6469CE;
 }
</style>