Html Css Color HEX #6469CE Slate Blue

📋 copy color: '#6469CE'

red 100 ◦ green 105 ◦ blue 206

#6469CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Blue #6469CE

Tints of Slate Blue #6469CE

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 value IS 0.51

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6469CE (or 0x6469CE) is known color: 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

RGB 100 105 206 -
CMYK 0.51 0.49 0 0.19
HSL 237.17º 0.52% 0.6% -
HSV(B) 237.17º 0.51% 0.81% -
XYZ 21.45 17.27 60.6 -
YUV 115.02 179.34 117.29 -
System Red Green Blue C M Y K H S L
Decimal 100 105 206 0.51 0.49 0 0.19 237.17 0.52 0.6
Hex 64 69 CE 33 31 0 13 ED 34 3C
Octal 144 151 316 63 61 0 23 355 64 74
Binary 1100100 1101001 11001110 110011 110001 0 10011 11101101 110100 111100

Color Harmonies of #6469CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6469CE

Black with #6469CE

Text Example


Text Example

White with #6469CE

Text Example


Text Example

HTML Codes & Css Web 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>