Shades of Slate Blue #6046CE
Tints of Slate Blue #6046CE
RGB
CMYK
RGB Variations
Color information
#6046CE (or 0x6046CE) is known color: Slate Blue. HEX triplet: 60, 46 and CE. RGB value is (96,70,206). Sum of RGB (Red+Green+Blue) = 96+70+206=372 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.81% from 372); Green value is 70 (27.73% from 255 or 18.82% from 372); Blue value is 206 (80.86% from 255 or 55.38% from 372); Max value from RGB is 206 - color contains mainly: blue. Hex color #6046CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6046CE is #9FB931. Grayscale: #5C5C5C. Windows color (decimal): -10467634 or 13518432. OLE color: 13518432.
HSL color Cylindrical-coordinate representation of color #6046CE: hue angle of 251.47º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6046CE is Cyan = 0.53, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 70 | 206 | - |
| CMYK | 0.53 | 0.66 | 0 | 0.19 |
| HSL | 251.47º | 0.58% | 0.54% | - |
| HSV(B) | 251.47º | 0.66% | 0.81% | - |
| XYZ | 18.15 | 11.32 | 59.62 | - |
| YUV | 93.28 | 191.61 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 70 | 206 | 0.53 | 0.66 | 0 | 0.19 | 251.47 | 0.58 | 0.54 |
| Hex | 60 | 46 | CE | 35 | 42 | 0 | 13 | FB | 3A | 36 |
| Octal | 140 | 106 | 316 | 65 | 102 | 0 | 23 | 373 | 72 | 66 |
| Binary | 1100000 | 1000110 | 11001110 | 110101 | 1000010 | 0 | 10011 | 11111011 | 111010 | 110110 |
Color Harmonies of #6046CE
Complementary color
Monochromatic Colors of #6046CE
Black with #6046CE
Text Example
Text Example
White with #6046CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6046CE; }
p { color: rgb(96,70,206); }
H1.HeaderClassName
{
color: #6046CE;
}
.AnyTagClassName
{
color: #6046CE;
}
</style>
background-color css
<style>
a { background-color: #6046CE; }
a { background-color: rgb(96,70,206); }
div.DivClassName
{
background-color: #6046CE;
}
.BgClassName
{
background-color: #6046CE;
}
</style>
border-color css
<style>
span { border-color: #6046CE; }
span { border-color: rgb(96,70,206); }
td.TdClassName
{
border-color: #6046CE;
}
.TagClassName
{
border-color: #6046CE;
}
</style>