Shades of Slate Blue #6047CF
Tints of Slate Blue #6047CF
RGB
CMYK
RGB Variations
Color information
#6047CF (or 0x6047CF) is known color: Slate Blue. HEX triplet: 60, 47 and CF. RGB value is (96,71,207). Sum of RGB (Red+Green+Blue) = 96+71+207=374 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.67% from 374); Green value is 71 (28.12% from 255 or 18.98% from 374); Blue value is 207 (81.25% from 255 or 55.35% from 374); Max value from RGB is 207 - color contains mainly: blue. Hex color #6047CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6047CF is #9FB830. Grayscale: #5D5D5D. Windows color (decimal): -10467377 or 13584224. OLE color: 13584224.
HSL color Cylindrical-coordinate representation of color #6047CF: hue angle of 251.03º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6047CF is Cyan = 0.54, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 71 | 207 | - |
| CMYK | 0.54 | 0.66 | 0 | 0.19 |
| HSL | 251.03º | 0.59% | 0.55% | - |
| HSV(B) | 251.03º | 0.66% | 0.81% | - |
| XYZ | 18.34 | 11.5 | 60.28 | - |
| YUV | 93.98 | 191.78 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 71 | 207 | 0.54 | 0.66 | 0 | 0.19 | 251.03 | 0.59 | 0.55 |
| Hex | 60 | 47 | CF | 36 | 42 | 0 | 13 | FB | 3B | 37 |
| Octal | 140 | 107 | 317 | 66 | 102 | 0 | 23 | 373 | 73 | 67 |
| Binary | 1100000 | 1000111 | 11001111 | 110110 | 1000010 | 0 | 10011 | 11111011 | 111011 | 110111 |
Color Harmonies of #6047CF
Complementary color
Monochromatic Colors of #6047CF
Black with #6047CF
Text Example
Text Example
White with #6047CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6047CF; }
p { color: rgb(96,71,207); }
H1.HeaderClassName
{
color: #6047CF;
}
.AnyTagClassName
{
color: #6047CF;
}
</style>
background-color css
<style>
a { background-color: #6047CF; }
a { background-color: rgb(96,71,207); }
div.DivClassName
{
background-color: #6047CF;
}
.BgClassName
{
background-color: #6047CF;
}
</style>
border-color css
<style>
span { border-color: #6047CF; }
span { border-color: rgb(96,71,207); }
td.TdClassName
{
border-color: #6047CF;
}
.TagClassName
{
border-color: #6047CF;
}
</style>