Html Css Color HEX #666BDC Slate Blue

📋 copy color: '#666BDC'

red 102 ◦ green 107 ◦ blue 220

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

Shades of Slate Blue #666BDC

Tints of Slate Blue #666BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 51.28%

R = 23.78%
G = 24.94%
B = 51.28%

CMYK

 C value IS 0.54

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#666BDC (or 0x666BDC) is known color: Slate Blue. HEX triplet: 66, 6B and DC. RGB value is (102,107,220). Sum of RGB (Red+Green+Blue) = 102+107+220=429 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.78% from 429); Green value is 107 (42.19% from 255 or 24.94% from 429); Blue value is 220 (86.33% from 255 or 51.28% from 429); Max value from RGB is 220 - color contains mainly: blue. Hex color #666BDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666BDC is #999423. Grayscale: #757575. Windows color (decimal): -10064932 or 14445414. OLE color: 14445414.

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

Color convert

RGB 102 107 220 -
CMYK 0.54 0.51 0 0.14
HSL 237.46º 0.63% 0.63% -
HSV(B) 237.46º 0.54% 0.86% -
XYZ 23.66 18.51 70.04 -
YUV 118.39 185.34 116.31 -
System Red Green Blue C M Y K H S L
Decimal 102 107 220 0.54 0.51 0 0.14 237.46 0.63 0.63
Hex 66 6B DC 36 33 0 E ED 3F 3F
Octal 146 153 334 66 63 0 16 355 77 77
Binary 1100110 1101011 11011100 110110 110011 0 1110 11101101 111111 111111

Color Harmonies of #666BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666BDC

Black with #666BDC

Text Example


Text Example

White with #666BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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