Shades of Slate Blue #6547CE
Tints of Slate Blue #6547CE
RGB
CMYK
RGB Variations
Color information
#6547CE (or 0x6547CE) is known color: Slate Blue. HEX triplet: 65, 47 and CE. RGB value is (101,71,206). Sum of RGB (Red+Green+Blue) = 101+71+206=378 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.72% from 378); Green value is 71 (28.12% from 255 or 18.78% from 378); Blue value is 206 (80.86% from 255 or 54.50% from 378); Max value from RGB is 206 - color contains mainly: blue. Hex color #6547CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6547CE is #9AB831. Grayscale: #5E5E5E. Windows color (decimal): -10139698 or 13518693. OLE color: 13518693.
HSL color Cylindrical-coordinate representation of color #6547CE: hue angle of 253.33º 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 #6547CE is Cyan = 0.51, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 71 | 206 | - |
| CMYK | 0.51 | 0.66 | 0 | 0.19 |
| HSL | 253.33º | 0.58% | 0.54% | - |
| HSV(B) | 253.33º | 0.66% | 0.81% | - |
| XYZ | 18.76 | 11.73 | 59.67 | - |
| YUV | 95.36 | 190.44 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 71 | 206 | 0.51 | 0.66 | 0 | 0.19 | 253.33 | 0.58 | 0.54 |
| Hex | 65 | 47 | CE | 33 | 42 | 0 | 13 | FD | 3A | 36 |
| Octal | 145 | 107 | 316 | 63 | 102 | 0 | 23 | 375 | 72 | 66 |
| Binary | 1100101 | 1000111 | 11001110 | 110011 | 1000010 | 0 | 10011 | 11111101 | 111010 | 110110 |
Color Harmonies of #6547CE
Complementary color
Monochromatic Colors of #6547CE
Black with #6547CE
Text Example
Text Example
White with #6547CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6547CE; }
p { color: rgb(101,71,206); }
H1.HeaderClassName
{
color: #6547CE;
}
.AnyTagClassName
{
color: #6547CE;
}
</style>
background-color css
<style>
a { background-color: #6547CE; }
a { background-color: rgb(101,71,206); }
div.DivClassName
{
background-color: #6547CE;
}
.BgClassName
{
background-color: #6547CE;
}
</style>
border-color css
<style>
span { border-color: #6547CE; }
span { border-color: rgb(101,71,206); }
td.TdClassName
{
border-color: #6547CE;
}
.TagClassName
{
border-color: #6547CE;
}
</style>