Shades of Slate Blue #6259DB
Tints of Slate Blue #6259DB
RGB
CMYK
RGB Variations
Color information
#6259DB (or 0x6259DB) is known color: Slate Blue. HEX triplet: 62, 59 and DB. RGB value is (98,89,219). Sum of RGB (Red+Green+Blue) = 98+89+219=406 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.14% from 406); Green value is 89 (35.16% from 255 or 21.92% from 406); Blue value is 219 (85.94% from 255 or 53.94% from 406); Max value from RGB is 219 - color contains mainly: blue. Hex color #6259DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6259DB is #9DA624. Grayscale: #6A6A6A. Windows color (decimal): -10331685 or 14375266. OLE color: 14375266.
HSL color Cylindrical-coordinate representation of color #6259DB: hue angle of 244.15º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6259DB is Cyan = 0.55, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 98 | 89 | 219 | - |
| CMYK | 0.55 | 0.59 | 0 | 0.14 |
| HSL | 244.15º | 0.64% | 0.6% | - |
| HSV(B) | 244.15º | 0.59% | 0.86% | - |
| XYZ | 21.4 | 14.86 | 68.76 | - |
| YUV | 106.51 | 191.48 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 89 | 219 | 0.55 | 0.59 | 0 | 0.14 | 244.15 | 0.64 | 0.6 |
| Hex | 62 | 59 | DB | 37 | 3B | 0 | E | F4 | 40 | 3C |
| Octal | 142 | 131 | 333 | 67 | 73 | 0 | 16 | 364 | 100 | 74 |
| Binary | 1100010 | 1011001 | 11011011 | 110111 | 111011 | 0 | 1110 | 11110100 | 1000000 | 111100 |
Color Harmonies of #6259DB
Complementary color
Monochromatic Colors of #6259DB
Black with #6259DB
Text Example
Text Example
White with #6259DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6259DB; }
p { color: rgb(98,89,219); }
H1.HeaderClassName
{
color: #6259DB;
}
.AnyTagClassName
{
color: #6259DB;
}
</style>
background-color css
<style>
a { background-color: #6259DB; }
a { background-color: rgb(98,89,219); }
div.DivClassName
{
background-color: #6259DB;
}
.BgClassName
{
background-color: #6259DB;
}
</style>
border-color css
<style>
span { border-color: #6259DB; }
span { border-color: rgb(98,89,219); }
td.TdClassName
{
border-color: #6259DB;
}
.TagClassName
{
border-color: #6259DB;
}
</style>