Html Css Color HEX #666BDB Slate Blue

📋 copy color: '#666BDB'

red 102 ◦ green 107 ◦ blue 219

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

Shades of Slate Blue #666BDB

Tints of Slate Blue #666BDB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25%

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

R = 23.83%
G = 25%
B = 51.17%

CMYK

 C value IS 0.53

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#666BDB (or 0x666BDB) is known color: Slate Blue. HEX triplet: 66, 6B and DB. RGB value is (102,107,219). Sum of RGB (Red+Green+Blue) = 102+107+219=428 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.83% from 428); Green value is 107 (42.19% from 255 or 25% from 428); Blue value is 219 (85.94% from 255 or 51.17% from 428); Max value from RGB is 219 - color contains mainly: blue. Hex color #666BDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666BDB is #999424. Grayscale: #757575. Windows color (decimal): -10064933 or 14379878. OLE color: 14379878.

HSL color Cylindrical-coordinate representation of color #666BDB: hue angle of 237.44º 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 #666BDB is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 102 107 219 -
CMYK 0.53 0.51 0 0.14
HSL 237.44º 0.62% 0.63% -
HSV(B) 237.44º 0.53% 0.86% -
XYZ 23.52 18.45 69.34 -
YUV 118.27 184.84 116.39 -
System Red Green Blue C M Y K H S L
Decimal 102 107 219 0.53 0.51 0 0.14 237.44 0.62 0.63
Hex 66 6B DB 35 33 0 E ED 3E 3F
Octal 146 153 333 65 63 0 16 355 76 77
Binary 1100110 1101011 11011011 110101 110011 0 1110 11101101 111110 111111

Color Harmonies of #666BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666BDB

Black with #666BDB

Text Example


Text Example

White with #666BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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