Html Css Color HEX #666EDE Slate Blue

📋 copy color: '#666EDE'

red 102 ◦ green 110 ◦ blue 222

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

Shades of Slate Blue #666EDE

Tints of Slate Blue #666EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 51.15%

R = 23.5%
G = 25.35%
B = 51.15%

CMYK

 C value IS 0.54

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#666EDE (or 0x666EDE) is known color: Slate Blue. HEX triplet: 66, 6E and DE. RGB value is (102,110,222). Sum of RGB (Red+Green+Blue) = 102+110+222=434 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.50% from 434); Green value is 110 (43.36% from 255 or 25.35% from 434); Blue value is 222 (87.11% from 255 or 51.15% from 434); Max value from RGB is 222 - color contains mainly: blue. Hex color #666EDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666EDE is #999121. Grayscale: #777777. Windows color (decimal): -10064162 or 14577254. OLE color: 14577254.

HSL color Cylindrical-coordinate representation of color #666EDE: hue angle of 236º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #666EDE is Cyan = 0.54, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 102 110 222 -
CMYK 0.54 0.50 0 0.13
HSL 236º 0.65% 0.64% -
HSV(B) 236º 0.54% 0.87% -
XYZ 24.24 19.25 71.55 -
YUV 120.38 185.35 114.89 -
System Red Green Blue C M Y K H S L
Decimal 102 110 222 0.54 0.50 0 0.13 236 0.65 0.64
Hex 66 6E DE 36 32 0 D EC 41 40
Octal 146 156 336 66 62 0 15 354 101 100
Binary 1100110 1101110 11011110 110110 110010 0 1101 11101100 1000001 1000000

Color Harmonies of #666EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666EDE

Black with #666EDE

Text Example


Text Example

White with #666EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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