Html Css Color HEX #666ACB Slate Blue

📋 copy color: '#666ACB'

red 102 ◦ green 106 ◦ blue 203

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

Shades of Slate Blue #666ACB

Tints of Slate Blue #666ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 49.39%

R = 24.82%
G = 25.79%
B = 49.39%

CMYK

 C value IS 0.50

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#666ACB (or 0x666ACB) is known color: Slate Blue. HEX triplet: 66, 6A and CB. RGB value is (102,106,203). Sum of RGB (Red+Green+Blue) = 102+106+203=411 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.82% from 411); Green value is 106 (41.80% from 255 or 25.79% from 411); Blue value is 203 (79.69% from 255 or 49.39% from 411); Max value from RGB is 203 - color contains mainly: blue. Hex color #666ACB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666ACB is #999534. Grayscale: #737373. Windows color (decimal): -10065205 or 13331046. OLE color: 13331046.

HSL color Cylindrical-coordinate representation of color #666ACB: hue angle of 237.62º degrees, saturation: 0.49, 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 #666ACB is Cyan = 0.50, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 102 106 203 -
CMYK 0.50 0.48 0 0.20
HSL 237.62º 0.49% 0.6% -
HSV(B) 237.62º 0.5% 0.8% -
XYZ 21.41 17.44 58.74 -
YUV 115.86 177.17 118.11 -
System Red Green Blue C M Y K H S L
Decimal 102 106 203 0.50 0.48 0 0.20 237.62 0.49 0.6
Hex 66 6A CB 32 30 0 14 EE 31 3C
Octal 146 152 313 62 60 0 24 356 61 74
Binary 1100110 1101010 11001011 110010 110000 0 10100 11101110 110001 111100

Color Harmonies of #666ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666ACB

Black with #666ACB

Text Example


Text Example

White with #666ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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