Shades of Slate Blue #6252DB
Tints of Slate Blue #6252DB
RGB
CMYK
RGB Variations
Color information
#6252DB (or 0x6252DB) is known color: Slate Blue. HEX triplet: 62, 52 and DB. RGB value is (98,82,219). Sum of RGB (Red+Green+Blue) = 98+82+219=399 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.56% from 399); Green value is 82 (32.42% from 255 or 20.55% from 399); Blue value is 219 (85.94% from 255 or 54.89% from 399); Max value from RGB is 219 - color contains mainly: blue. Hex color #6252DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6252DB is #9DAD24. Grayscale: #656565. Windows color (decimal): -10333477 or 14373474. OLE color: 14373474.
HSL color Cylindrical-coordinate representation of color #6252DB: hue angle of 247.01º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6252DB is Cyan = 0.55, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 98 | 82 | 219 | - |
| CMYK | 0.55 | 0.63 | 0 | 0.14 |
| HSL | 247.01º | 0.66% | 0.59% | - |
| HSV(B) | 247.01º | 0.63% | 0.86% | - |
| XYZ | 20.84 | 13.75 | 68.57 | - |
| YUV | 102.4 | 193.8 | 124.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 82 | 219 | 0.55 | 0.63 | 0 | 0.14 | 247.01 | 0.66 | 0.59 |
| Hex | 62 | 52 | DB | 37 | 3F | 0 | E | F7 | 42 | 3B |
| Octal | 142 | 122 | 333 | 67 | 77 | 0 | 16 | 367 | 102 | 73 |
| Binary | 1100010 | 1010010 | 11011011 | 110111 | 111111 | 0 | 1110 | 11110111 | 1000010 | 111011 |
Color Harmonies of #6252DB
Complementary color
Monochromatic Colors of #6252DB
Black with #6252DB
Text Example
Text Example
White with #6252DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6252DB; }
p { color: rgb(98,82,219); }
H1.HeaderClassName
{
color: #6252DB;
}
.AnyTagClassName
{
color: #6252DB;
}
</style>
background-color css
<style>
a { background-color: #6252DB; }
a { background-color: rgb(98,82,219); }
div.DivClassName
{
background-color: #6252DB;
}
.BgClassName
{
background-color: #6252DB;
}
</style>
border-color css
<style>
span { border-color: #6252DB; }
span { border-color: rgb(98,82,219); }
td.TdClassName
{
border-color: #6252DB;
}
.TagClassName
{
border-color: #6252DB;
}
</style>