Html Css Color HEX #666FDD Slate Blue

📋 copy color: '#666FDD'

red 102 ◦ green 111 ◦ blue 221

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

Shades of Slate Blue #666FDD

Tints of Slate Blue #666FDD

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.58%

 BLUE value IS 221 (86.72% from 255) = 50.92%

R = 23.5%
G = 25.58%
B = 50.92%

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

#666FDD (or 0x666FDD) is known color: Slate Blue. HEX triplet: 66, 6F and DD. RGB value is (102,111,221). Sum of RGB (Red+Green+Blue) = 102+111+221=434 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.50% from 434); Green value is 111 (43.75% from 255 or 25.58% from 434); Blue value is 221 (86.72% from 255 or 50.92% from 434); Max value from RGB is 221 - color contains mainly: blue. Hex color #666FDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666FDD is #999022. Grayscale: #787878. Windows color (decimal): -10063907 or 14511974. OLE color: 14511974.

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

Color convert

RGB 102 111 221 -
CMYK 0.54 0.50 0 0.13
HSL 235.46º 0.64% 0.63% -
HSV(B) 235.46º 0.54% 0.87% -
XYZ 24.22 19.41 70.88 -
YUV 120.85 184.52 114.56 -
System Red Green Blue C M Y K H S L
Decimal 102 111 221 0.54 0.50 0 0.13 235.46 0.64 0.63
Hex 66 6F DD 36 32 0 D EB 40 3F
Octal 146 157 335 66 62 0 15 353 100 77
Binary 1100110 1101111 11011101 110110 110010 0 1101 11101011 1000000 111111

Color Harmonies of #666FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666FDD

Black with #666FDD

Text Example


Text Example

White with #666FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,111,221); }

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

background-color css

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

 a { background-color: rgb(102,111,221); }

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

border-color css

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

 span { border-color: rgb(102,111,221); }

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