Shades of Slate Blue #6459CC
Tints of Slate Blue #6459CC
RGB
CMYK
RGB Variations
Color information
#6459CC (or 0x6459CC) is known color: Slate Blue. HEX triplet: 64, 59 and CC. RGB value is (100,89,204). Sum of RGB (Red+Green+Blue) = 100+89+204=393 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.45% from 393); Green value is 89 (35.16% from 255 or 22.65% from 393); Blue value is 204 (80.08% from 255 or 51.91% from 393); Max value from RGB is 204 - color contains mainly: blue. Hex color #6459CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6459CC is #9BA633. Grayscale: #686868. Windows color (decimal): -10200628 or 13392228. OLE color: 13392228.
HSL color Cylindrical-coordinate representation of color #6459CC: hue angle of 245.74º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6459CC is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 100 | 89 | 204 | - |
| CMYK | 0.51 | 0.56 | 0 | 0.2 |
| HSL | 245.74º | 0.53% | 0.57% | - |
| HSV(B) | 245.74º | 0.56% | 0.8% | - |
| XYZ | 19.73 | 14.21 | 58.83 | - |
| YUV | 105.4 | 183.64 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 89 | 204 | 0.51 | 0.56 | 0 | 0.2 | 245.74 | 0.53 | 0.57 |
| Hex | 64 | 59 | CC | 33 | 38 | 0 | 14 | F6 | 35 | 39 |
| Octal | 144 | 131 | 314 | 63 | 70 | 0 | 24 | 366 | 65 | 71 |
| Binary | 1100100 | 1011001 | 11001100 | 110011 | 111000 | 0 | 10100 | 11110110 | 110101 | 111001 |
Color Harmonies of #6459CC
Complementary color
Monochromatic Colors of #6459CC
Black with #6459CC
Text Example
Text Example
White with #6459CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6459CC; }
p { color: rgb(100,89,204); }
H1.HeaderClassName
{
color: #6459CC;
}
.AnyTagClassName
{
color: #6459CC;
}
</style>
background-color css
<style>
a { background-color: #6459CC; }
a { background-color: rgb(100,89,204); }
div.DivClassName
{
background-color: #6459CC;
}
.BgClassName
{
background-color: #6459CC;
}
</style>
border-color css
<style>
span { border-color: #6459CC; }
span { border-color: rgb(100,89,204); }
td.TdClassName
{
border-color: #6459CC;
}
.TagClassName
{
border-color: #6459CC;
}
</style>