Shades of Slate Blue #666DD5
Tints of Slate Blue #666DD5
RGB
CMYK
RGB Variations
Color information
#666DD5 (or 0x666DD5) is known color: Slate Blue. HEX triplet: 66, 6D and D5. RGB value is (102,109,213). Sum of RGB (Red+Green+Blue) = 102+109+213=424 (56% of max value = 765). Red value is 102 (40.23% from 255 or 24.06% from 424); Green value is 109 (42.97% from 255 or 25.71% from 424); Blue value is 213 (83.59% from 255 or 50.24% from 424); Max value from RGB is 213 - color contains mainly: blue. Hex color #666DD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666DD5 is #99922A. Grayscale: #767676. Windows color (decimal): -10064427 or 13987174. OLE color: 13987174.
HSL color Cylindrical-coordinate representation of color #666DD5: hue angle of 236.22º 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 #666DD5 is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 102 | 109 | 213 | - |
| CMYK | 0.52 | 0.49 | 0 | 0.16 |
| HSL | 236.22º | 0.57% | 0.62% | - |
| HSV(B) | 236.22º | 0.52% | 0.84% | - |
| XYZ | 22.96 | 18.57 | 65.32 | - |
| YUV | 118.76 | 181.18 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 109 | 213 | 0.52 | 0.49 | 0 | 0.16 | 236.22 | 0.57 | 0.62 |
| Hex | 66 | 6D | D5 | 34 | 31 | 0 | 10 | EC | 39 | 3E |
| Octal | 146 | 155 | 325 | 64 | 61 | 0 | 20 | 354 | 71 | 76 |
| Binary | 1100110 | 1101101 | 11010101 | 110100 | 110001 | 0 | 10000 | 11101100 | 111001 | 111110 |
Color Harmonies of #666DD5
Complementary color
Monochromatic Colors of #666DD5
Black with #666DD5
Text Example
Text Example
White with #666DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666DD5; }
p { color: rgb(102,109,213); }
H1.HeaderClassName
{
color: #666DD5;
}
.AnyTagClassName
{
color: #666DD5;
}
</style>
background-color css
<style>
a { background-color: #666DD5; }
a { background-color: rgb(102,109,213); }
div.DivClassName
{
background-color: #666DD5;
}
.BgClassName
{
background-color: #666DD5;
}
</style>
border-color css
<style>
span { border-color: #666DD5; }
span { border-color: rgb(102,109,213); }
td.TdClassName
{
border-color: #666DD5;
}
.TagClassName
{
border-color: #666DD5;
}
</style>