Html Css Color HEX #666EDC Slate Blue

📋 copy color: '#666EDC'

red 102 ◦ green 110 ◦ blue 220

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

Shades of Slate Blue #666EDC

Tints of Slate Blue #666EDC

RGB

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

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

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

R = 23.61%
G = 25.46%
B = 50.93%

CMYK

 C value IS 0.54

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#666EDC (or 0x666EDC) is known color: Slate Blue. HEX triplet: 66, 6E and DC. RGB value is (102,110,220). Sum of RGB (Red+Green+Blue) = 102+110+220=432 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.61% from 432); Green value is 110 (43.36% from 255 or 25.46% from 432); Blue value is 220 (86.33% from 255 or 50.93% from 432); Max value from RGB is 220 - color contains mainly: blue. Hex color #666EDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666EDC is #999123. Grayscale: #777777. Windows color (decimal): -10064164 or 14446182. OLE color: 14446182.

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

Color convert

RGB 102 110 220 -
CMYK 0.54 0.50 0 0.14
HSL 235.93º 0.63% 0.63% -
HSV(B) 235.93º 0.54% 0.86% -
XYZ 23.97 19.14 70.14 -
YUV 120.15 184.35 115.06 -
System Red Green Blue C M Y K H S L
Decimal 102 110 220 0.54 0.50 0 0.14 235.93 0.63 0.63
Hex 66 6E DC 36 32 0 E EC 3F 3F
Octal 146 156 334 66 62 0 16 354 77 77
Binary 1100110 1101110 11011100 110110 110010 0 1110 11101100 111111 111111

Color Harmonies of #666EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666EDC

Black with #666EDC

Text Example


Text Example

White with #666EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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