Shades of Slate Blue #666BD5
Tints of Slate Blue #666BD5
RGB
CMYK
RGB Variations
Color information
#666BD5 (or 0x666BD5) is known color: Slate Blue. HEX triplet: 66, 6B and D5. RGB value is (102,107,213). Sum of RGB (Red+Green+Blue) = 102+107+213=422 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.17% from 422); Green value is 107 (42.19% from 255 or 25.36% from 422); Blue value is 213 (83.59% from 255 or 50.47% from 422); Max value from RGB is 213 - color contains mainly: blue. Hex color #666BD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666BD5 is #99942A. Grayscale: #757575. Windows color (decimal): -10064939 or 13986662. OLE color: 13986662.
HSL color Cylindrical-coordinate representation of color #666BD5: hue angle of 237.3º 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 #666BD5 is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 102 | 107 | 213 | - |
| CMYK | 0.52 | 0.50 | 0 | 0.16 |
| HSL | 237.3º | 0.57% | 0.62% | - |
| HSV(B) | 237.3º | 0.52% | 0.84% | - |
| XYZ | 22.75 | 18.14 | 65.25 | - |
| YUV | 117.59 | 181.84 | 116.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 107 | 213 | 0.52 | 0.50 | 0 | 0.16 | 237.3 | 0.57 | 0.62 |
| Hex | 66 | 6B | D5 | 34 | 32 | 0 | 10 | ED | 39 | 3E |
| Octal | 146 | 153 | 325 | 64 | 62 | 0 | 20 | 355 | 71 | 76 |
| Binary | 1100110 | 1101011 | 11010101 | 110100 | 110010 | 0 | 10000 | 11101101 | 111001 | 111110 |
Color Harmonies of #666BD5
Complementary color
Monochromatic Colors of #666BD5
Black with #666BD5
Text Example
Text Example
White with #666BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666BD5; }
p { color: rgb(102,107,213); }
H1.HeaderClassName
{
color: #666BD5;
}
.AnyTagClassName
{
color: #666BD5;
}
</style>
background-color css
<style>
a { background-color: #666BD5; }
a { background-color: rgb(102,107,213); }
div.DivClassName
{
background-color: #666BD5;
}
.BgClassName
{
background-color: #666BD5;
}
</style>
border-color css
<style>
span { border-color: #666BD5; }
span { border-color: rgb(102,107,213); }
td.TdClassName
{
border-color: #666BD5;
}
.TagClassName
{
border-color: #666BD5;
}
</style>