Shades of Slate Blue #6051CE
Tints of Slate Blue #6051CE
RGB
CMYK
RGB Variations
Color information
#6051CE (or 0x6051CE) is known color: Slate Blue. HEX triplet: 60, 51 and CE. RGB value is (96,81,206). Sum of RGB (Red+Green+Blue) = 96+81+206=383 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.07% from 383); Green value is 81 (32.03% from 255 or 21.15% from 383); Blue value is 206 (80.86% from 255 or 53.79% from 383); Max value from RGB is 206 - color contains mainly: blue. Hex color #6051CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6051CE is #9FAE31. Grayscale: #636363. Windows color (decimal): -10464818 or 13521248. OLE color: 13521248.
HSL color Cylindrical-coordinate representation of color #6051CE: hue angle of 247.2º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6051CE is Cyan = 0.53, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 81 | 206 | - |
| CMYK | 0.53 | 0.61 | 0 | 0.19 |
| HSL | 247.2º | 0.56% | 0.56% | - |
| HSV(B) | 247.2º | 0.61% | 0.81% | - |
| XYZ | 18.91 | 12.83 | 59.87 | - |
| YUV | 99.74 | 187.97 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 81 | 206 | 0.53 | 0.61 | 0 | 0.19 | 247.2 | 0.56 | 0.56 |
| Hex | 60 | 51 | CE | 35 | 3D | 0 | 13 | F7 | 38 | 38 |
| Octal | 140 | 121 | 316 | 65 | 75 | 0 | 23 | 367 | 70 | 70 |
| Binary | 1100000 | 1010001 | 11001110 | 110101 | 111101 | 0 | 10011 | 11110111 | 111000 | 111000 |
Color Harmonies of #6051CE
Complementary color
Monochromatic Colors of #6051CE
Black with #6051CE
Text Example
Text Example
White with #6051CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6051CE; }
p { color: rgb(96,81,206); }
H1.HeaderClassName
{
color: #6051CE;
}
.AnyTagClassName
{
color: #6051CE;
}
</style>
background-color css
<style>
a { background-color: #6051CE; }
a { background-color: rgb(96,81,206); }
div.DivClassName
{
background-color: #6051CE;
}
.BgClassName
{
background-color: #6051CE;
}
</style>
border-color css
<style>
span { border-color: #6051CE; }
span { border-color: rgb(96,81,206); }
td.TdClassName
{
border-color: #6051CE;
}
.TagClassName
{
border-color: #6051CE;
}
</style>