Shades of Slate Blue #6459CA
Tints of Slate Blue #6459CA
RGB
CMYK
RGB Variations
Color information
#6459CA (or 0x6459CA) is known color: Slate Blue. HEX triplet: 64, 59 and CA. RGB value is (100,89,202). Sum of RGB (Red+Green+Blue) = 100+89+202=391 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.58% from 391); Green value is 89 (35.16% from 255 or 22.76% from 391); Blue value is 202 (79.30% from 255 or 51.66% from 391); Max value from RGB is 202 - color contains mainly: blue. Hex color #6459CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6459CA is #9BA635. Grayscale: #686868. Windows color (decimal): -10200630 or 13261156. OLE color: 13261156.
HSL color Cylindrical-coordinate representation of color #6459CA: hue angle of 245.84º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6459CA is Cyan = 0.50, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 100 | 89 | 202 | - |
| CMYK | 0.50 | 0.56 | 0 | 0.21 |
| HSL | 245.84º | 0.52% | 0.57% | - |
| HSV(B) | 245.84º | 0.56% | 0.79% | - |
| XYZ | 19.49 | 14.12 | 57.58 | - |
| YUV | 105.17 | 182.64 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 89 | 202 | 0.50 | 0.56 | 0 | 0.21 | 245.84 | 0.52 | 0.57 |
| Hex | 64 | 59 | CA | 32 | 38 | 0 | 15 | F6 | 34 | 39 |
| Octal | 144 | 131 | 312 | 62 | 70 | 0 | 25 | 366 | 64 | 71 |
| Binary | 1100100 | 1011001 | 11001010 | 110010 | 111000 | 0 | 10101 | 11110110 | 110100 | 111001 |
Color Harmonies of #6459CA
Complementary color
Monochromatic Colors of #6459CA
Black with #6459CA
Text Example
Text Example
White with #6459CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6459CA; }
p { color: rgb(100,89,202); }
H1.HeaderClassName
{
color: #6459CA;
}
.AnyTagClassName
{
color: #6459CA;
}
</style>
background-color css
<style>
a { background-color: #6459CA; }
a { background-color: rgb(100,89,202); }
div.DivClassName
{
background-color: #6459CA;
}
.BgClassName
{
background-color: #6459CA;
}
</style>
border-color css
<style>
span { border-color: #6459CA; }
span { border-color: rgb(100,89,202); }
td.TdClassName
{
border-color: #6459CA;
}
.TagClassName
{
border-color: #6459CA;
}
</style>