Shades of Slate Blue #665FC9
Tints of Slate Blue #665FC9
RGB
CMYK
RGB Variations
Color information
#665FC9 (or 0x665FC9) is known color: Slate Blue. HEX triplet: 66, 5F and C9. RGB value is (102,95,201). Sum of RGB (Red+Green+Blue) = 102+95+201=398 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.63% from 398); Green value is 95 (37.5% from 255 or 23.87% from 398); Blue value is 201 (78.91% from 255 or 50.50% from 398); Max value from RGB is 201 - color contains mainly: blue. Hex color #665FC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665FC9 is #99A036. Grayscale: #6C6C6C. Windows color (decimal): -10068023 or 13197158. OLE color: 13197158.
HSL color Cylindrical-coordinate representation of color #665FC9: hue angle of 243.96º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #665FC9 is Cyan = 0.49, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 102 | 95 | 201 | - |
| CMYK | 0.49 | 0.53 | 0 | 0.21 |
| HSL | 243.96º | 0.5% | 0.58% | - |
| HSV(B) | 243.96º | 0.53% | 0.79% | - |
| XYZ | 20.11 | 15.23 | 57.14 | - |
| YUV | 109.18 | 179.82 | 122.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 95 | 201 | 0.49 | 0.53 | 0 | 0.21 | 243.96 | 0.5 | 0.58 |
| Hex | 66 | 5F | C9 | 31 | 35 | 0 | 15 | F4 | 32 | 3A |
| Octal | 146 | 137 | 311 | 61 | 65 | 0 | 25 | 364 | 62 | 72 |
| Binary | 1100110 | 1011111 | 11001001 | 110001 | 110101 | 0 | 10101 | 11110100 | 110010 | 111010 |
Color Harmonies of #665FC9
Complementary color
Monochromatic Colors of #665FC9
Black with #665FC9
Text Example
Text Example
White with #665FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665FC9; }
p { color: rgb(102,95,201); }
H1.HeaderClassName
{
color: #665FC9;
}
.AnyTagClassName
{
color: #665FC9;
}
</style>
background-color css
<style>
a { background-color: #665FC9; }
a { background-color: rgb(102,95,201); }
div.DivClassName
{
background-color: #665FC9;
}
.BgClassName
{
background-color: #665FC9;
}
</style>
border-color css
<style>
span { border-color: #665FC9; }
span { border-color: rgb(102,95,201); }
td.TdClassName
{
border-color: #665FC9;
}
.TagClassName
{
border-color: #665FC9;
}
</style>