Html Css Color HEX #666BD6 Slate Blue

📋 copy color: '#666BD6'

red 102 ◦ green 107 ◦ blue 214

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

Shades of Slate Blue #666BD6

Tints of Slate Blue #666BD6

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.3%

 BLUE value IS 214 (83.98% from 255) = 50.59%

R = 24.11%
G = 25.3%
B = 50.59%

CMYK

 C value IS 0.52

 M value IS 0.50

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#666BD6 (or 0x666BD6) is known color: Slate Blue. HEX triplet: 66, 6B and D6. RGB value is (102,107,214). Sum of RGB (Red+Green+Blue) = 102+107+214=423 (56% of max value = 765). Red value is 102 (40.23% from 255 or 24.11% from 423); Green value is 107 (42.19% from 255 or 25.30% from 423); Blue value is 214 (83.98% from 255 or 50.59% from 423); Max value from RGB is 214 - color contains mainly: blue. Hex color #666BD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666BD6 is #999429. Grayscale: #757575. Windows color (decimal): -10064938 or 14052198. OLE color: 14052198.

HSL color Cylindrical-coordinate representation of color #666BD6: hue angle of 237.32º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #666BD6 is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 102 107 214 -
CMYK 0.52 0.50 0 0.16
HSL 237.32º 0.58% 0.62% -
HSV(B) 237.32º 0.52% 0.84% -
XYZ 22.87 18.2 65.92 -
YUV 117.7 182.34 116.8 -
System Red Green Blue C M Y K H S L
Decimal 102 107 214 0.52 0.50 0 0.16 237.32 0.58 0.62
Hex 66 6B D6 34 32 0 10 ED 3A 3E
Octal 146 153 326 64 62 0 20 355 72 76
Binary 1100110 1101011 11010110 110100 110010 0 10000 11101101 111010 111110

Color Harmonies of #666BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666BD6

Black with #666BD6

Text Example


Text Example

White with #666BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,107,214); }

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

background-color css

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

 a { background-color: rgb(102,107,214); }

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

border-color css

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

 span { border-color: rgb(102,107,214); }

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