Shades of Slate Blue #6051CF
Tints of Slate Blue #6051CF
RGB
CMYK
RGB Variations
Color information
#6051CF (or 0x6051CF) is known color: Slate Blue. HEX triplet: 60, 51 and CF. RGB value is (96,81,207). Sum of RGB (Red+Green+Blue) = 96+81+207=384 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25% from 384); Green value is 81 (32.03% from 255 or 21.09% from 384); Blue value is 207 (81.25% from 255 or 53.91% from 384); Max value from RGB is 207 - color contains mainly: blue. Hex color #6051CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6051CF is #9FAE30. Grayscale: #636363. Windows color (decimal): -10464817 or 13586784. OLE color: 13586784.
HSL color Cylindrical-coordinate representation of color #6051CF: hue angle of 247.14º degrees, saturation: 0.57, 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 #6051CF is Cyan = 0.54, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 81 | 207 | - |
| CMYK | 0.54 | 0.61 | 0 | 0.19 |
| HSL | 247.14º | 0.57% | 0.56% | - |
| HSV(B) | 247.14º | 0.61% | 0.81% | - |
| XYZ | 19.03 | 12.88 | 60.51 | - |
| YUV | 99.85 | 188.47 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 81 | 207 | 0.54 | 0.61 | 0 | 0.19 | 247.14 | 0.57 | 0.56 |
| Hex | 60 | 51 | CF | 36 | 3D | 0 | 13 | F7 | 39 | 38 |
| Octal | 140 | 121 | 317 | 66 | 75 | 0 | 23 | 367 | 71 | 70 |
| Binary | 1100000 | 1010001 | 11001111 | 110110 | 111101 | 0 | 10011 | 11110111 | 111001 | 111000 |
Color Harmonies of #6051CF
Complementary color
Monochromatic Colors of #6051CF
Black with #6051CF
Text Example
Text Example
White with #6051CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6051CF; }
p { color: rgb(96,81,207); }
H1.HeaderClassName
{
color: #6051CF;
}
.AnyTagClassName
{
color: #6051CF;
}
</style>
background-color css
<style>
a { background-color: #6051CF; }
a { background-color: rgb(96,81,207); }
div.DivClassName
{
background-color: #6051CF;
}
.BgClassName
{
background-color: #6051CF;
}
</style>
border-color css
<style>
span { border-color: #6051CF; }
span { border-color: rgb(96,81,207); }
td.TdClassName
{
border-color: #6051CF;
}
.TagClassName
{
border-color: #6051CF;
}
</style>