Shades of Slate Blue #6449CE
Tints of Slate Blue #6449CE
RGB
CMYK
RGB Variations
Color information
#6449CE (or 0x6449CE) is known color: Slate Blue. HEX triplet: 64, 49 and CE. RGB value is (100,73,206). Sum of RGB (Red+Green+Blue) = 100+73+206=379 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.39% from 379); Green value is 73 (28.91% from 255 or 19.26% from 379); Blue value is 206 (80.86% from 255 or 54.35% from 379); Max value from RGB is 206 - color contains mainly: blue. Hex color #6449CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6449CE is #9BB631. Grayscale: #5F5F5F. Windows color (decimal): -10204722 or 13519204. OLE color: 13519204.
HSL color Cylindrical-coordinate representation of color #6449CE: hue angle of 252.18º 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 #6449CE is Cyan = 0.51, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 73 | 206 | - |
| CMYK | 0.51 | 0.65 | 0 | 0.19 |
| HSL | 252.18º | 0.58% | 0.55% | - |
| HSV(B) | 252.18º | 0.65% | 0.81% | - |
| XYZ | 18.78 | 11.93 | 59.71 | - |
| YUV | 96.24 | 189.95 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 73 | 206 | 0.51 | 0.65 | 0 | 0.19 | 252.18 | 0.58 | 0.55 |
| Hex | 64 | 49 | CE | 33 | 41 | 0 | 13 | FC | 3A | 37 |
| Octal | 144 | 111 | 316 | 63 | 101 | 0 | 23 | 374 | 72 | 67 |
| Binary | 1100100 | 1001001 | 11001110 | 110011 | 1000001 | 0 | 10011 | 11111100 | 111010 | 110111 |
Color Harmonies of #6449CE
Complementary color
Monochromatic Colors of #6449CE
Black with #6449CE
Text Example
Text Example
White with #6449CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6449CE; }
p { color: rgb(100,73,206); }
H1.HeaderClassName
{
color: #6449CE;
}
.AnyTagClassName
{
color: #6449CE;
}
</style>
background-color css
<style>
a { background-color: #6449CE; }
a { background-color: rgb(100,73,206); }
div.DivClassName
{
background-color: #6449CE;
}
.BgClassName
{
background-color: #6449CE;
}
</style>
border-color css
<style>
span { border-color: #6449CE; }
span { border-color: rgb(100,73,206); }
td.TdClassName
{
border-color: #6449CE;
}
.TagClassName
{
border-color: #6449CE;
}
</style>