Shades of Slate Blue #6252DF
Tints of Slate Blue #6252DF
RGB
CMYK
RGB Variations
Color information
#6252DF (or 0x6252DF) is known color: Slate Blue. HEX triplet: 62, 52 and DF. RGB value is (98,82,223). Sum of RGB (Red+Green+Blue) = 98+82+223=403 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.32% from 403); Green value is 82 (32.42% from 255 or 20.35% from 403); Blue value is 223 (87.5% from 255 or 55.33% from 403); Max value from RGB is 223 - color contains mainly: blue. Hex color #6252DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6252DF is #9DAD20. Grayscale: #666666. Windows color (decimal): -10333473 or 14635618. OLE color: 14635618.
HSL color Cylindrical-coordinate representation of color #6252DF: hue angle of 246.81º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6252DF is Cyan = 0.56, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 98 | 82 | 223 | - |
| CMYK | 0.56 | 0.63 | 0 | 0.13 |
| HSL | 246.81º | 0.69% | 0.6% | - |
| HSV(B) | 246.81º | 0.63% | 0.87% | - |
| XYZ | 21.37 | 13.96 | 71.38 | - |
| YUV | 102.86 | 195.8 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 82 | 223 | 0.56 | 0.63 | 0 | 0.13 | 246.81 | 0.69 | 0.6 |
| Hex | 62 | 52 | DF | 38 | 3F | 0 | D | F7 | 45 | 3C |
| Octal | 142 | 122 | 337 | 70 | 77 | 0 | 15 | 367 | 105 | 74 |
| Binary | 1100010 | 1010010 | 11011111 | 111000 | 111111 | 0 | 1101 | 11110111 | 1000101 | 111100 |
Color Harmonies of #6252DF
Complementary color
Monochromatic Colors of #6252DF
Black with #6252DF
Text Example
Text Example
White with #6252DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6252DF; }
p { color: rgb(98,82,223); }
H1.HeaderClassName
{
color: #6252DF;
}
.AnyTagClassName
{
color: #6252DF;
}
</style>
background-color css
<style>
a { background-color: #6252DF; }
a { background-color: rgb(98,82,223); }
div.DivClassName
{
background-color: #6252DF;
}
.BgClassName
{
background-color: #6252DF;
}
</style>
border-color css
<style>
span { border-color: #6252DF; }
span { border-color: rgb(98,82,223); }
td.TdClassName
{
border-color: #6252DF;
}
.TagClassName
{
border-color: #6252DF;
}
</style>