Shades of Slate Blue #6051DE
Tints of Slate Blue #6051DE
RGB
CMYK
RGB Variations
Color information
#6051DE (or 0x6051DE) is known color: Slate Blue. HEX triplet: 60, 51 and DE. RGB value is (96,81,222). Sum of RGB (Red+Green+Blue) = 96+81+222=399 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.06% from 399); Green value is 81 (32.03% from 255 or 20.30% from 399); Blue value is 222 (87.11% from 255 or 55.64% from 399); Max value from RGB is 222 - color contains mainly: blue. Hex color #6051DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6051DE is #9FAE21. Grayscale: #656565. Windows color (decimal): -10464802 or 14569824. OLE color: 14569824.
HSL color Cylindrical-coordinate representation of color #6051DE: hue angle of 246.38º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6051DE is Cyan = 0.57, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 81 | 222 | - |
| CMYK | 0.57 | 0.64 | 0 | 0.13 |
| HSL | 246.38º | 0.68% | 0.59% | - |
| HSV(B) | 246.38º | 0.64% | 0.87% | - |
| XYZ | 20.95 | 13.65 | 70.64 | - |
| YUV | 101.56 | 195.97 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 81 | 222 | 0.57 | 0.64 | 0 | 0.13 | 246.38 | 0.68 | 0.59 |
| Hex | 60 | 51 | DE | 39 | 40 | 0 | D | F6 | 44 | 3B |
| Octal | 140 | 121 | 336 | 71 | 100 | 0 | 15 | 366 | 104 | 73 |
| Binary | 1100000 | 1010001 | 11011110 | 111001 | 1000000 | 0 | 1101 | 11110110 | 1000100 | 111011 |
Color Harmonies of #6051DE
Complementary color
Monochromatic Colors of #6051DE
Black with #6051DE
Text Example
Text Example
White with #6051DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6051DE; }
p { color: rgb(96,81,222); }
H1.HeaderClassName
{
color: #6051DE;
}
.AnyTagClassName
{
color: #6051DE;
}
</style>
background-color css
<style>
a { background-color: #6051DE; }
a { background-color: rgb(96,81,222); }
div.DivClassName
{
background-color: #6051DE;
}
.BgClassName
{
background-color: #6051DE;
}
</style>
border-color css
<style>
span { border-color: #6051DE; }
span { border-color: rgb(96,81,222); }
td.TdClassName
{
border-color: #6051DE;
}
.TagClassName
{
border-color: #6051DE;
}
</style>