Html Css Color HEX #666CD1 Slate Blue

📋 copy color: '#666CD1'

red 102 ◦ green 108 ◦ blue 209

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

Shades of Slate Blue #666CD1

Tints of Slate Blue #666CD1

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.78%

 BLUE value IS 209 (82.03% from 255) = 49.88%

R = 24.34%
G = 25.78%
B = 49.88%

CMYK

 C value IS 0.51

 M value IS 0.48

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#666CD1 (or 0x666CD1) is known color: Slate Blue. HEX triplet: 66, 6C and D1. RGB value is (102,108,209). Sum of RGB (Red+Green+Blue) = 102+108+209=419 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.34% from 419); Green value is 108 (42.58% from 255 or 25.78% from 419); Blue value is 209 (82.03% from 255 or 49.88% from 419); Max value from RGB is 209 - color contains mainly: blue. Hex color #666CD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666CD1 is #99932E. Grayscale: #757575. Windows color (decimal): -10064687 or 13724774. OLE color: 13724774.

HSL color Cylindrical-coordinate representation of color #666CD1: hue angle of 236.64º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #666CD1 is Cyan = 0.51, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 102 108 209 -
CMYK 0.51 0.48 0 0.18
HSL 236.64º 0.54% 0.61% -
HSV(B) 236.64º 0.51% 0.82% -
XYZ 22.35 18.15 62.65 -
YUV 117.72 179.51 116.79 -
System Red Green Blue C M Y K H S L
Decimal 102 108 209 0.51 0.48 0 0.18 236.64 0.54 0.61
Hex 66 6C D1 33 30 0 12 ED 36 3D
Octal 146 154 321 63 60 0 22 355 66 75
Binary 1100110 1101100 11010001 110011 110000 0 10010 11101101 110110 111101

Color Harmonies of #666CD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666CD1

Black with #666CD1

Text Example


Text Example

White with #666CD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,108,209); }

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

background-color css

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

 a { background-color: rgb(102,108,209); }

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

border-color css

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

 span { border-color: rgb(102,108,209); }

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