Shades of Slate Blue #6147CE
Tints of Slate Blue #6147CE
RGB
CMYK
RGB Variations
Color information
#6147CE (or 0x6147CE) is known color: Slate Blue. HEX triplet: 61, 47 and CE. RGB value is (97,71,206). Sum of RGB (Red+Green+Blue) = 97+71+206=374 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.94% from 374); Green value is 71 (28.12% from 255 or 18.98% from 374); Blue value is 206 (80.86% from 255 or 55.08% from 374); Max value from RGB is 206 - color contains mainly: blue. Hex color #6147CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6147CE is #9EB831. Grayscale: #5D5D5D. Windows color (decimal): -10401842 or 13518689. OLE color: 13518689.
HSL color Cylindrical-coordinate representation of color #6147CE: hue angle of 251.56º 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 #6147CE is Cyan = 0.53, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 97 | 71 | 206 | - |
| CMYK | 0.53 | 0.66 | 0 | 0.19 |
| HSL | 251.56º | 0.58% | 0.54% | - |
| HSV(B) | 251.56º | 0.66% | 0.81% | - |
| XYZ | 18.32 | 11.5 | 59.65 | - |
| YUV | 94.16 | 191.11 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 71 | 206 | 0.53 | 0.66 | 0 | 0.19 | 251.56 | 0.58 | 0.54 |
| Hex | 61 | 47 | CE | 35 | 42 | 0 | 13 | FC | 3A | 36 |
| Octal | 141 | 107 | 316 | 65 | 102 | 0 | 23 | 374 | 72 | 66 |
| Binary | 1100001 | 1000111 | 11001110 | 110101 | 1000010 | 0 | 10011 | 11111100 | 111010 | 110110 |
Color Harmonies of #6147CE
Complementary color
Monochromatic Colors of #6147CE
Black with #6147CE
Text Example
Text Example
White with #6147CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6147CE; }
p { color: rgb(97,71,206); }
H1.HeaderClassName
{
color: #6147CE;
}
.AnyTagClassName
{
color: #6147CE;
}
</style>
background-color css
<style>
a { background-color: #6147CE; }
a { background-color: rgb(97,71,206); }
div.DivClassName
{
background-color: #6147CE;
}
.BgClassName
{
background-color: #6147CE;
}
</style>
border-color css
<style>
span { border-color: #6147CE; }
span { border-color: rgb(97,71,206); }
td.TdClassName
{
border-color: #6147CE;
}
.TagClassName
{
border-color: #6147CE;
}
</style>