Shades of Slate Blue #6450CE
Tints of Slate Blue #6450CE
RGB
CMYK
RGB Variations
Color information
#6450CE (or 0x6450CE) is known color: Slate Blue. HEX triplet: 64, 50 and CE. RGB value is (100,80,206). Sum of RGB (Red+Green+Blue) = 100+80+206=386 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.91% from 386); Green value is 80 (31.64% from 255 or 20.73% from 386); Blue value is 206 (80.86% from 255 or 53.37% from 386); Max value from RGB is 206 - color contains mainly: blue. Hex color #6450CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6450CE is #9BAF31. Grayscale: #636363. Windows color (decimal): -10202930 or 13520996. OLE color: 13520996.
HSL color Cylindrical-coordinate representation of color #6450CE: hue angle of 249.52º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6450CE is Cyan = 0.51, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 80 | 206 | - |
| CMYK | 0.51 | 0.61 | 0 | 0.19 |
| HSL | 249.52º | 0.56% | 0.56% | - |
| HSV(B) | 249.52º | 0.61% | 0.81% | - |
| XYZ | 19.26 | 12.9 | 59.87 | - |
| YUV | 100.34 | 187.63 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 80 | 206 | 0.51 | 0.61 | 0 | 0.19 | 249.52 | 0.56 | 0.56 |
| Hex | 64 | 50 | CE | 33 | 3D | 0 | 13 | FA | 38 | 38 |
| Octal | 144 | 120 | 316 | 63 | 75 | 0 | 23 | 372 | 70 | 70 |
| Binary | 1100100 | 1010000 | 11001110 | 110011 | 111101 | 0 | 10011 | 11111010 | 111000 | 111000 |
Color Harmonies of #6450CE
Complementary color
Monochromatic Colors of #6450CE
Black with #6450CE
Text Example
Text Example
White with #6450CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6450CE; }
p { color: rgb(100,80,206); }
H1.HeaderClassName
{
color: #6450CE;
}
.AnyTagClassName
{
color: #6450CE;
}
</style>
background-color css
<style>
a { background-color: #6450CE; }
a { background-color: rgb(100,80,206); }
div.DivClassName
{
background-color: #6450CE;
}
.BgClassName
{
background-color: #6450CE;
}
</style>
border-color css
<style>
span { border-color: #6450CE; }
span { border-color: rgb(100,80,206); }
td.TdClassName
{
border-color: #6450CE;
}
.TagClassName
{
border-color: #6450CE;
}
</style>