Html Css Color HEX #666ADF Slate Blue

📋 copy color: '#666ADF'

red 102 ◦ green 106 ◦ blue 223

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

Shades of Slate Blue #666ADF

Tints of Slate Blue #666ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 51.74%

R = 23.67%
G = 24.59%
B = 51.74%

CMYK

 C value IS 0.54

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#666ADF (or 0x666ADF) is known color: Slate Blue. HEX triplet: 66, 6A and DF. RGB value is (102,106,223). Sum of RGB (Red+Green+Blue) = 102+106+223=431 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.67% from 431); Green value is 106 (41.80% from 255 or 24.59% from 431); Blue value is 223 (87.5% from 255 or 51.74% from 431); Max value from RGB is 223 - color contains mainly: blue. Hex color #666ADF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666ADF is #999520. Grayscale: #757575. Windows color (decimal): -10065185 or 14641766. OLE color: 14641766.

HSL color Cylindrical-coordinate representation of color #666ADF: hue angle of 238.02º 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 #666ADF is Cyan = 0.54, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 102 106 223 -
CMYK 0.54 0.52 0 0.13
HSL 238.02º 0.65% 0.64% -
HSV(B) 238.02º 0.54% 0.87% -
XYZ 23.95 18.46 72.11 -
YUV 118.14 187.17 116.49 -
System Red Green Blue C M Y K H S L
Decimal 102 106 223 0.54 0.52 0 0.13 238.02 0.65 0.64
Hex 66 6A DF 36 34 0 D EE 41 40
Octal 146 152 337 66 64 0 15 356 101 100
Binary 1100110 1101010 11011111 110110 110100 0 1101 11101110 1000001 1000000

Color Harmonies of #666ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666ADF

Black with #666ADF

Text Example


Text Example

White with #666ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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