Shades of Slate Blue #6060CE
Tints of Slate Blue #6060CE
RGB
CMYK
RGB Variations
Color information
#6060CE (or 0x6060CE) is known color: Slate Blue. HEX triplet: 60, 60 and CE. RGB value is (96,96,206). Sum of RGB (Red+Green+Blue) = 96+96+206=398 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.12% from 398); Green value is 96 (37.89% from 255 or 24.12% from 398); Blue value is 206 (80.86% from 255 or 51.76% from 398); Max value from RGB is 206 - color contains mainly: blue. Hex color #6060CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6060CE is #9F9F31. Grayscale: #6C6C6C. Windows color (decimal): -10460978 or 13525088. OLE color: 13525088.
HSL color Cylindrical-coordinate representation of color #6060CE: hue angle of 240º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6060CE is Cyan = 0.53, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 96 | 206 | - |
| CMYK | 0.53 | 0.53 | 0 | 0.19 |
| HSL | 240º | 0.53% | 0.59% | - |
| HSV(B) | 240º | 0.53% | 0.81% | - |
| XYZ | 20.15 | 15.31 | 60.29 | - |
| YUV | 108.54 | 183 | 119.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 96 | 206 | 0.53 | 0.53 | 0 | 0.19 | 240 | 0.53 | 0.59 |
| Hex | 60 | 60 | CE | 35 | 35 | 0 | 13 | F0 | 35 | 3B |
| Octal | 140 | 140 | 316 | 65 | 65 | 0 | 23 | 360 | 65 | 73 |
| Binary | 1100000 | 1100000 | 11001110 | 110101 | 110101 | 0 | 10011 | 11110000 | 110101 | 111011 |
Color Harmonies of #6060CE
Complementary color
Monochromatic Colors of #6060CE
Black with #6060CE
Text Example
Text Example
White with #6060CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6060CE; }
p { color: rgb(96,96,206); }
H1.HeaderClassName
{
color: #6060CE;
}
.AnyTagClassName
{
color: #6060CE;
}
</style>
background-color css
<style>
a { background-color: #6060CE; }
a { background-color: rgb(96,96,206); }
div.DivClassName
{
background-color: #6060CE;
}
.BgClassName
{
background-color: #6060CE;
}
</style>
border-color css
<style>
span { border-color: #6060CE; }
span { border-color: rgb(96,96,206); }
td.TdClassName
{
border-color: #6060CE;
}
.TagClassName
{
border-color: #6060CE;
}
</style>