Shades of Slate Blue #665BC9
Tints of Slate Blue #665BC9
RGB
CMYK
RGB Variations
Color information
#665BC9 (or 0x665BC9) is known color: Slate Blue. HEX triplet: 66, 5B and C9. RGB value is (102,91,201). Sum of RGB (Red+Green+Blue) = 102+91+201=394 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.89% from 394); Green value is 91 (35.94% from 255 or 23.10% from 394); Blue value is 201 (78.91% from 255 or 51.02% from 394); Max value from RGB is 201 - color contains mainly: blue. Hex color #665BC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665BC9 is #99A436. Grayscale: #6A6A6A. Windows color (decimal): -10069047 or 13196134. OLE color: 13196134.
HSL color Cylindrical-coordinate representation of color #665BC9: hue angle of 246º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #665BC9 is Cyan = 0.49, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 102 | 91 | 201 | - |
| CMYK | 0.49 | 0.55 | 0 | 0.21 |
| HSL | 246º | 0.5% | 0.57% | - |
| HSV(B) | 246º | 0.55% | 0.79% | - |
| XYZ | 19.76 | 14.52 | 57.02 | - |
| YUV | 106.83 | 181.14 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 91 | 201 | 0.49 | 0.55 | 0 | 0.21 | 246 | 0.5 | 0.57 |
| Hex | 66 | 5B | C9 | 31 | 37 | 0 | 15 | F6 | 32 | 39 |
| Octal | 146 | 133 | 311 | 61 | 67 | 0 | 25 | 366 | 62 | 71 |
| Binary | 1100110 | 1011011 | 11001001 | 110001 | 110111 | 0 | 10101 | 11110110 | 110010 | 111001 |
Color Harmonies of #665BC9
Complementary color
Monochromatic Colors of #665BC9
Black with #665BC9
Text Example
Text Example
White with #665BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665BC9; }
p { color: rgb(102,91,201); }
H1.HeaderClassName
{
color: #665BC9;
}
.AnyTagClassName
{
color: #665BC9;
}
</style>
background-color css
<style>
a { background-color: #665BC9; }
a { background-color: rgb(102,91,201); }
div.DivClassName
{
background-color: #665BC9;
}
.BgClassName
{
background-color: #665BC9;
}
</style>
border-color css
<style>
span { border-color: #665BC9; }
span { border-color: rgb(102,91,201); }
td.TdClassName
{
border-color: #665BC9;
}
.TagClassName
{
border-color: #665BC9;
}
</style>