Html Css Color HEX #666ACC Slate Blue

📋 copy color: '#666ACC'

red 102 ◦ green 106 ◦ blue 204

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

Shades of Slate Blue #666ACC

Tints of Slate Blue #666ACC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.73%

 BLUE value IS 204 (80.08% from 255) = 49.51%

R = 24.76%
G = 25.73%
B = 49.51%

CMYK

 C value IS 0.5

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#666ACC (or 0x666ACC) is known color: Slate Blue. HEX triplet: 66, 6A and CC. RGB value is (102,106,204). Sum of RGB (Red+Green+Blue) = 102+106+204=412 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.76% from 412); Green value is 106 (41.80% from 255 or 25.73% from 412); Blue value is 204 (80.08% from 255 or 49.51% from 412); Max value from RGB is 204 - color contains mainly: blue. Hex color #666ACC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666ACC is #999533. Grayscale: #737373. Windows color (decimal): -10065204 or 13396582. OLE color: 13396582.

HSL color Cylindrical-coordinate representation of color #666ACC: hue angle of 237.65º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #666ACC is Cyan = 0.5, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 102 106 204 -
CMYK 0.5 0.48 0 0.2
HSL 237.65º 0.5% 0.6% -
HSV(B) 237.65º 0.5% 0.8% -
XYZ 21.53 17.49 59.37 -
YUV 115.98 177.67 118.03 -
System Red Green Blue C M Y K H S L
Decimal 102 106 204 0.5 0.48 0 0.2 237.65 0.5 0.6
Hex 66 6A CC 32 30 0 14 EE 32 3C
Octal 146 152 314 62 60 0 24 356 62 74
Binary 1100110 1101010 11001100 110010 110000 0 10100 11101110 110010 111100

Color Harmonies of #666ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666ACC

Black with #666ACC

Text Example


Text Example

White with #666ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,106,204); }

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

background-color css

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

 a { background-color: rgb(102,106,204); }

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

border-color css

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

 span { border-color: rgb(102,106,204); }

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