Shades of Slate Blue #665AD6
Tints of Slate Blue #665AD6
RGB
CMYK
RGB Variations
Color information
#665AD6 (or 0x665AD6) is known color: Slate Blue. HEX triplet: 66, 5A and D6. RGB value is (102,90,214). Sum of RGB (Red+Green+Blue) = 102+90+214=406 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.12% from 406); Green value is 90 (35.55% from 255 or 22.17% from 406); Blue value is 214 (83.98% from 255 or 52.71% from 406); Max value from RGB is 214 - color contains mainly: blue. Hex color #665AD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665AD6 is #99A529. Grayscale: #6B6B6B. Windows color (decimal): -10069290 or 14047846. OLE color: 14047846.
HSL color Cylindrical-coordinate representation of color #665AD6: hue angle of 245.81º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #665AD6 is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 102 | 90 | 214 | - |
| CMYK | 0.52 | 0.58 | 0 | 0.16 |
| HSL | 245.81º | 0.6% | 0.6% | - |
| HSV(B) | 245.81º | 0.58% | 0.84% | - |
| XYZ | 21.27 | 14.99 | 65.39 | - |
| YUV | 107.72 | 187.98 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 90 | 214 | 0.52 | 0.58 | 0 | 0.16 | 245.81 | 0.6 | 0.6 |
| Hex | 66 | 5A | D6 | 34 | 3A | 0 | 10 | F6 | 3C | 3C |
| Octal | 146 | 132 | 326 | 64 | 72 | 0 | 20 | 366 | 74 | 74 |
| Binary | 1100110 | 1011010 | 11010110 | 110100 | 111010 | 0 | 10000 | 11110110 | 111100 | 111100 |
Color Harmonies of #665AD6
Complementary color
Monochromatic Colors of #665AD6
Black with #665AD6
Text Example
Text Example
White with #665AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665AD6; }
p { color: rgb(102,90,214); }
H1.HeaderClassName
{
color: #665AD6;
}
.AnyTagClassName
{
color: #665AD6;
}
</style>
background-color css
<style>
a { background-color: #665AD6; }
a { background-color: rgb(102,90,214); }
div.DivClassName
{
background-color: #665AD6;
}
.BgClassName
{
background-color: #665AD6;
}
</style>
border-color css
<style>
span { border-color: #665AD6; }
span { border-color: rgb(102,90,214); }
td.TdClassName
{
border-color: #665AD6;
}
.TagClassName
{
border-color: #665AD6;
}
</style>