Shades of Slate Blue #6259CE
Tints of Slate Blue #6259CE
RGB
CMYK
RGB Variations
Color information
#6259CE (or 0x6259CE) is known color: Slate Blue. HEX triplet: 62, 59 and CE. RGB value is (98,89,206). Sum of RGB (Red+Green+Blue) = 98+89+206=393 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.94% from 393); Green value is 89 (35.16% from 255 or 22.65% from 393); Blue value is 206 (80.86% from 255 or 52.42% from 393); Max value from RGB is 206 - color contains mainly: blue. Hex color #6259CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6259CE is #9DA631. Grayscale: #686868. Windows color (decimal): -10331698 or 13523298. OLE color: 13523298.
HSL color Cylindrical-coordinate representation of color #6259CE: hue angle of 244.62º 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 #6259CE is Cyan = 0.52, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 98 | 89 | 206 | - |
| CMYK | 0.52 | 0.57 | 0 | 0.19 |
| HSL | 244.62º | 0.54% | 0.58% | - |
| HSV(B) | 244.62º | 0.57% | 0.81% | - |
| XYZ | 19.75 | 14.2 | 60.09 | - |
| YUV | 105.03 | 184.98 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 89 | 206 | 0.52 | 0.57 | 0 | 0.19 | 244.62 | 0.54 | 0.58 |
| Hex | 62 | 59 | CE | 34 | 39 | 0 | 13 | F5 | 36 | 3A |
| Octal | 142 | 131 | 316 | 64 | 71 | 0 | 23 | 365 | 66 | 72 |
| Binary | 1100010 | 1011001 | 11001110 | 110100 | 111001 | 0 | 10011 | 11110101 | 110110 | 111010 |
Color Harmonies of #6259CE
Complementary color
Monochromatic Colors of #6259CE
Black with #6259CE
Text Example
Text Example
White with #6259CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6259CE; }
p { color: rgb(98,89,206); }
H1.HeaderClassName
{
color: #6259CE;
}
.AnyTagClassName
{
color: #6259CE;
}
</style>
background-color css
<style>
a { background-color: #6259CE; }
a { background-color: rgb(98,89,206); }
div.DivClassName
{
background-color: #6259CE;
}
.BgClassName
{
background-color: #6259CE;
}
</style>
border-color css
<style>
span { border-color: #6259CE; }
span { border-color: rgb(98,89,206); }
td.TdClassName
{
border-color: #6259CE;
}
.TagClassName
{
border-color: #6259CE;
}
</style>