Shades of Slate Blue #5F60CF
Tints of Slate Blue #5F60CF
RGB
CMYK
RGB Variations
Color information
#5F60CF (or 0x5F60CF) is known color: Slate Blue. HEX triplet: 5F, 60 and CF. RGB value is (95,96,207). Sum of RGB (Red+Green+Blue) = 95+96+207=398 (52% of max value = 765). Red value is 95 (37.5% from 255 or 23.87% from 398); Green value is 96 (37.89% from 255 or 24.12% from 398); Blue value is 207 (81.25% from 255 or 52.01% from 398); Max value from RGB is 207 - color contains mainly: blue. Hex color #5F60CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F60CF is #A09F30. Grayscale: #6B6B6B. Windows color (decimal): -10526513 or 13590623. OLE color: 13590623.
HSL color Cylindrical-coordinate representation of color #5F60CF: hue angle of 239.46º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5F60CF is Cyan = 0.54, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 95 | 96 | 207 | - |
| CMYK | 0.54 | 0.54 | 0 | 0.19 |
| HSL | 239.46º | 0.54% | 0.59% | - |
| HSV(B) | 239.46º | 0.54% | 0.81% | - |
| XYZ | 20.16 | 15.3 | 60.92 | - |
| YUV | 108.36 | 183.67 | 118.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 96 | 207 | 0.54 | 0.54 | 0 | 0.19 | 239.46 | 0.54 | 0.59 |
| Hex | 5F | 60 | CF | 36 | 36 | 0 | 13 | EF | 36 | 3B |
| Octal | 137 | 140 | 317 | 66 | 66 | 0 | 23 | 357 | 66 | 73 |
| Binary | 1011111 | 1100000 | 11001111 | 110110 | 110110 | 0 | 10011 | 11101111 | 110110 | 111011 |
Color Harmonies of #5F60CF
Complementary color
Monochromatic Colors of #5F60CF
Black with #5F60CF
Text Example
Text Example
White with #5F60CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F60CF; }
p { color: rgb(95,96,207); }
H1.HeaderClassName
{
color: #5F60CF;
}
.AnyTagClassName
{
color: #5F60CF;
}
</style>
background-color css
<style>
a { background-color: #5F60CF; }
a { background-color: rgb(95,96,207); }
div.DivClassName
{
background-color: #5F60CF;
}
.BgClassName
{
background-color: #5F60CF;
}
</style>
border-color css
<style>
span { border-color: #5F60CF; }
span { border-color: rgb(95,96,207); }
td.TdClassName
{
border-color: #5F60CF;
}
.TagClassName
{
border-color: #5F60CF;
}
</style>