Shades of Slate Blue #6549CE
Tints of Slate Blue #6549CE
RGB
CMYK
RGB Variations
Color information
#6549CE (or 0x6549CE) is known color: Slate Blue. HEX triplet: 65, 49 and CE. RGB value is (101,73,206). Sum of RGB (Red+Green+Blue) = 101+73+206=380 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.58% from 380); Green value is 73 (28.91% from 255 or 19.21% from 380); Blue value is 206 (80.86% from 255 or 54.21% from 380); Max value from RGB is 206 - color contains mainly: blue. Hex color #6549CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6549CE is #9AB631. Grayscale: #606060. Windows color (decimal): -10139186 or 13519205. OLE color: 13519205.
HSL color Cylindrical-coordinate representation of color #6549CE: hue angle of 252.63º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6549CE is Cyan = 0.51, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 73 | 206 | - |
| CMYK | 0.51 | 0.65 | 0 | 0.19 |
| HSL | 252.63º | 0.58% | 0.55% | - |
| HSV(B) | 252.63º | 0.65% | 0.81% | - |
| XYZ | 18.89 | 11.99 | 59.71 | - |
| YUV | 96.53 | 189.78 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 73 | 206 | 0.51 | 0.65 | 0 | 0.19 | 252.63 | 0.58 | 0.55 |
| Hex | 65 | 49 | CE | 33 | 41 | 0 | 13 | FD | 3A | 37 |
| Octal | 145 | 111 | 316 | 63 | 101 | 0 | 23 | 375 | 72 | 67 |
| Binary | 1100101 | 1001001 | 11001110 | 110011 | 1000001 | 0 | 10011 | 11111101 | 111010 | 110111 |
Color Harmonies of #6549CE
Complementary color
Monochromatic Colors of #6549CE
Black with #6549CE
Text Example
Text Example
White with #6549CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6549CE; }
p { color: rgb(101,73,206); }
H1.HeaderClassName
{
color: #6549CE;
}
.AnyTagClassName
{
color: #6549CE;
}
</style>
background-color css
<style>
a { background-color: #6549CE; }
a { background-color: rgb(101,73,206); }
div.DivClassName
{
background-color: #6549CE;
}
.BgClassName
{
background-color: #6549CE;
}
</style>
border-color css
<style>
span { border-color: #6549CE; }
span { border-color: rgb(101,73,206); }
td.TdClassName
{
border-color: #6549CE;
}
.TagClassName
{
border-color: #6549CE;
}
</style>