Html Css Color HEX #666ACA Slate Blue

📋 copy color: '#666ACA'

red 102 ◦ green 106 ◦ blue 202

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

Shades of Slate Blue #666ACA

Tints of Slate Blue #666ACA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 49.27%

R = 24.88%
G = 25.85%
B = 49.27%

CMYK

 C value IS 0.50

 M value IS 0.48

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#666ACA (or 0x666ACA) is known color: Slate Blue. HEX triplet: 66, 6A and CA. RGB value is (102,106,202). Sum of RGB (Red+Green+Blue) = 102+106+202=410 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.88% from 410); Green value is 106 (41.80% from 255 or 25.85% from 410); Blue value is 202 (79.30% from 255 or 49.27% from 410); Max value from RGB is 202 - color contains mainly: blue. Hex color #666ACA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666ACA is #999535. Grayscale: #737373. Windows color (decimal): -10065206 or 13265510. OLE color: 13265510.

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

Color convert

RGB 102 106 202 -
CMYK 0.50 0.48 0 0.21
HSL 237.6º 0.49% 0.6% -
HSV(B) 237.6º 0.5% 0.79% -
XYZ 21.29 17.4 58.11 -
YUV 115.75 176.67 118.19 -
System Red Green Blue C M Y K H S L
Decimal 102 106 202 0.50 0.48 0 0.21 237.6 0.49 0.6
Hex 66 6A CA 32 30 0 15 EE 31 3C
Octal 146 152 312 62 60 0 25 356 61 74
Binary 1100110 1101010 11001010 110010 110000 0 10101 11101110 110001 111100

Color Harmonies of #666ACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666ACA

Black with #666ACA

Text Example


Text Example

White with #666ACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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