Html Css Color HEX #666EDB Slate Blue

📋 copy color: '#666EDB'

red 102 ◦ green 110 ◦ blue 219

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

Shades of Slate Blue #666EDB

Tints of Slate Blue #666EDB

RGB

 RED value IS 102 (40.23% from 255) = 23.67%

 GREEN value IS 110 (43.36% from 255) = 25.52%

 BLUE value IS 219 (85.94% from 255) = 50.81%

R = 23.67%
G = 25.52%
B = 50.81%

CMYK

 C value IS 0.53

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#666EDB (or 0x666EDB) is known color: Slate Blue. HEX triplet: 66, 6E and DB. RGB value is (102,110,219). Sum of RGB (Red+Green+Blue) = 102+110+219=431 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.67% from 431); Green value is 110 (43.36% from 255 or 25.52% from 431); Blue value is 219 (85.94% from 255 or 50.81% from 431); Max value from RGB is 219 - color contains mainly: blue. Hex color #666EDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666EDB is #999124. Grayscale: #777777. Windows color (decimal): -10064165 or 14380646. OLE color: 14380646.

HSL color Cylindrical-coordinate representation of color #666EDB: hue angle of 235.9º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #666EDB is Cyan = 0.53, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 102 110 219 -
CMYK 0.53 0.50 0 0.14
HSL 235.9º 0.62% 0.63% -
HSV(B) 235.9º 0.53% 0.86% -
XYZ 23.84 19.09 69.45 -
YUV 120.03 183.85 115.14 -
System Red Green Blue C M Y K H S L
Decimal 102 110 219 0.53 0.50 0 0.14 235.9 0.62 0.63
Hex 66 6E DB 35 32 0 E EC 3E 3F
Octal 146 156 333 65 62 0 16 354 76 77
Binary 1100110 1101110 11011011 110101 110010 0 1110 11101100 111110 111111

Color Harmonies of #666EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666EDB

Black with #666EDB

Text Example


Text Example

White with #666EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666EDB; }

 p { color: rgb(102,110,219); }

 H1.HeaderClassName
 {
   color: #666EDB;
 }
 .AnyTagClassName
 {
   color: #666EDB;
 }
</style>

background-color css

<style>
 a { background-color: #666EDB; }

 a { background-color: rgb(102,110,219); }

 div.DivClassName
 {
   background-color: #666EDB;
 }
 .BgClassName
 {
   background-color: #666EDB;
 }
</style>

border-color css

<style>
 span { border-color: #666EDB; }

 span { border-color: rgb(102,110,219); }

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