Html Css Color HEX #666FD5 Slate Blue

📋 copy color: '#666FD5'

red 102 ◦ green 111 ◦ blue 213

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

Shades of Slate Blue #666FD5

Tints of Slate Blue #666FD5

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.06%

 BLUE value IS 213 (83.59% from 255) = 50%

R = 23.94%
G = 26.06%
B = 50%

CMYK

 C value IS 0.52

 M value IS 0.48

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#666FD5 (or 0x666FD5) is known color: Slate Blue. HEX triplet: 66, 6F and D5. RGB value is (102,111,213). Sum of RGB (Red+Green+Blue) = 102+111+213=426 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.94% from 426); Green value is 111 (43.75% from 255 or 26.06% from 426); Blue value is 213 (83.59% from 255 or 50% from 426); Max value from RGB is 213 - color contains mainly: blue. Hex color #666FD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666FD5 is #99902A. Grayscale: #777777. Windows color (decimal): -10063915 or 13987686. OLE color: 13987686.

HSL color Cylindrical-coordinate representation of color #666FD5: hue angle of 235.14º degrees, saturation: 0.57, 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 #666FD5 is Cyan = 0.52, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 102 111 213 -
CMYK 0.52 0.48 0 0.16
HSL 235.14º 0.57% 0.62% -
HSV(B) 235.14º 0.52% 0.84% -
XYZ 23.17 19 65.4 -
YUV 119.94 180.52 115.21 -
System Red Green Blue C M Y K H S L
Decimal 102 111 213 0.52 0.48 0 0.16 235.14 0.57 0.62
Hex 66 6F D5 34 30 0 10 EB 39 3E
Octal 146 157 325 64 60 0 20 353 71 76
Binary 1100110 1101111 11010101 110100 110000 0 10000 11101011 111001 111110

Color Harmonies of #666FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666FD5

Black with #666FD5

Text Example


Text Example

White with #666FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,111,213); }

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

background-color css

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

 a { background-color: rgb(102,111,213); }

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

border-color css

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

 span { border-color: rgb(102,111,213); }

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