Html Css Color HEX #666ADA Slate Blue

📋 copy color: '#666ADA'

red 102 ◦ green 106 ◦ blue 218

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

Shades of Slate Blue #666ADA

Tints of Slate Blue #666ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 51.17%

R = 23.94%
G = 24.88%
B = 51.17%

CMYK

 C value IS 0.53

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#666ADA (or 0x666ADA) is known color: Slate Blue. HEX triplet: 66, 6A and DA. RGB value is (102,106,218). Sum of RGB (Red+Green+Blue) = 102+106+218=426 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.94% from 426); Green value is 106 (41.80% from 255 or 24.88% from 426); Blue value is 218 (85.55% from 255 or 51.17% from 426); Max value from RGB is 218 - color contains mainly: blue. Hex color #666ADA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666ADA is #999525. Grayscale: #757575. Windows color (decimal): -10065190 or 14314086. OLE color: 14314086.

HSL color Cylindrical-coordinate representation of color #666ADA: hue angle of 237.93º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #666ADA is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 102 106 218 -
CMYK 0.53 0.51 0 0.15
HSL 237.93º 0.61% 0.63% -
HSV(B) 237.93º 0.53% 0.85% -
XYZ 23.29 18.19 68.61 -
YUV 117.57 184.67 116.89 -
System Red Green Blue C M Y K H S L
Decimal 102 106 218 0.53 0.51 0 0.15 237.93 0.61 0.63
Hex 66 6A DA 35 33 0 F EE 3D 3F
Octal 146 152 332 65 63 0 17 356 75 77
Binary 1100110 1101010 11011010 110101 110011 0 1111 11101110 111101 111111

Color Harmonies of #666ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666ADA

Black with #666ADA

Text Example


Text Example

White with #666ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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