Shades of Slate Blue #6459CE
Tints of Slate Blue #6459CE
RGB
CMYK
RGB Variations
Color information
#6459CE (or 0x6459CE) is known color: Slate Blue. HEX triplet: 64, 59 and CE. RGB value is (100,89,206). Sum of RGB (Red+Green+Blue) = 100+89+206=395 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.32% from 395); Green value is 89 (35.16% from 255 or 22.53% from 395); Blue value is 206 (80.86% from 255 or 52.15% from 395); Max value from RGB is 206 - color contains mainly: blue. Hex color #6459CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6459CE is #9BA631. Grayscale: #696969. Windows color (decimal): -10200626 or 13523300. OLE color: 13523300.
HSL color Cylindrical-coordinate representation of color #6459CE: hue angle of 245.64º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6459CE is Cyan = 0.51, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 89 | 206 | - |
| CMYK | 0.51 | 0.57 | 0 | 0.19 |
| HSL | 245.64º | 0.54% | 0.58% | - |
| HSV(B) | 245.64º | 0.57% | 0.81% | - |
| XYZ | 19.97 | 14.31 | 60.1 | - |
| YUV | 105.63 | 184.64 | 123.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 89 | 206 | 0.51 | 0.57 | 0 | 0.19 | 245.64 | 0.54 | 0.58 |
| Hex | 64 | 59 | CE | 33 | 39 | 0 | 13 | F6 | 36 | 3A |
| Octal | 144 | 131 | 316 | 63 | 71 | 0 | 23 | 366 | 66 | 72 |
| Binary | 1100100 | 1011001 | 11001110 | 110011 | 111001 | 0 | 10011 | 11110110 | 110110 | 111010 |
Color Harmonies of #6459CE
Complementary color
Monochromatic Colors of #6459CE
Black with #6459CE
Text Example
Text Example
White with #6459CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6459CE; }
p { color: rgb(100,89,206); }
H1.HeaderClassName
{
color: #6459CE;
}
.AnyTagClassName
{
color: #6459CE;
}
</style>
background-color css
<style>
a { background-color: #6459CE; }
a { background-color: rgb(100,89,206); }
div.DivClassName
{
background-color: #6459CE;
}
.BgClassName
{
background-color: #6459CE;
}
</style>
border-color css
<style>
span { border-color: #6459CE; }
span { border-color: rgb(100,89,206); }
td.TdClassName
{
border-color: #6459CE;
}
.TagClassName
{
border-color: #6459CE;
}
</style>