Shades of Slate Blue #6060CF
Tints of Slate Blue #6060CF
RGB
CMYK
RGB Variations
Color information
#6060CF (or 0x6060CF) is known color: Slate Blue. HEX triplet: 60, 60 and CF. RGB value is (96,96,207). Sum of RGB (Red+Green+Blue) = 96+96+207=399 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.06% from 399); Green value is 96 (37.89% from 255 or 24.06% from 399); Blue value is 207 (81.25% from 255 or 51.88% from 399); Max value from RGB is 207 - color contains mainly: blue. Hex color #6060CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6060CF is #9F9F30. Grayscale: #6C6C6C. Windows color (decimal): -10460977 or 13590624. OLE color: 13590624.
HSL color Cylindrical-coordinate representation of color #6060CF: hue angle of 240º 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 #6060CF is Cyan = 0.54, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 96 | 207 | - |
| CMYK | 0.54 | 0.54 | 0 | 0.19 |
| HSL | 240º | 0.54% | 0.59% | - |
| HSV(B) | 240º | 0.54% | 0.81% | - |
| XYZ | 20.27 | 15.36 | 60.93 | - |
| YUV | 108.65 | 183.5 | 118.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 96 | 207 | 0.54 | 0.54 | 0 | 0.19 | 240 | 0.54 | 0.59 |
| Hex | 60 | 60 | CF | 36 | 36 | 0 | 13 | F0 | 36 | 3B |
| Octal | 140 | 140 | 317 | 66 | 66 | 0 | 23 | 360 | 66 | 73 |
| Binary | 1100000 | 1100000 | 11001111 | 110110 | 110110 | 0 | 10011 | 11110000 | 110110 | 111011 |
Color Harmonies of #6060CF
Complementary color
Monochromatic Colors of #6060CF
Black with #6060CF
Text Example
Text Example
White with #6060CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6060CF; }
p { color: rgb(96,96,207); }
H1.HeaderClassName
{
color: #6060CF;
}
.AnyTagClassName
{
color: #6060CF;
}
</style>
background-color css
<style>
a { background-color: #6060CF; }
a { background-color: rgb(96,96,207); }
div.DivClassName
{
background-color: #6060CF;
}
.BgClassName
{
background-color: #6060CF;
}
</style>
border-color css
<style>
span { border-color: #6060CF; }
span { border-color: rgb(96,96,207); }
td.TdClassName
{
border-color: #6060CF;
}
.TagClassName
{
border-color: #6060CF;
}
</style>