Shades of Slate Blue #6252CF
Tints of Slate Blue #6252CF
RGB
CMYK
RGB Variations
Color information
#6252CF (or 0x6252CF) is known color: Slate Blue. HEX triplet: 62, 52 and CF. RGB value is (98,82,207). Sum of RGB (Red+Green+Blue) = 98+82+207=387 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.32% from 387); Green value is 82 (32.42% from 255 or 21.19% from 387); Blue value is 207 (81.25% from 255 or 53.49% from 387); Max value from RGB is 207 - color contains mainly: blue. Hex color #6252CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6252CF is #9DAD30. Grayscale: #646464. Windows color (decimal): -10333489 or 13587042. OLE color: 13587042.
HSL color Cylindrical-coordinate representation of color #6252CF: hue angle of 247.68º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6252CF is Cyan = 0.53, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 98 | 82 | 207 | - |
| CMYK | 0.53 | 0.60 | 0 | 0.19 |
| HSL | 247.68º | 0.57% | 0.57% | - |
| HSV(B) | 247.68º | 0.6% | 0.81% | - |
| XYZ | 19.32 | 13.14 | 60.55 | - |
| YUV | 101.03 | 187.8 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 82 | 207 | 0.53 | 0.60 | 0 | 0.19 | 247.68 | 0.57 | 0.57 |
| Hex | 62 | 52 | CF | 35 | 3C | 0 | 13 | F8 | 39 | 39 |
| Octal | 142 | 122 | 317 | 65 | 74 | 0 | 23 | 370 | 71 | 71 |
| Binary | 1100010 | 1010010 | 11001111 | 110101 | 111100 | 0 | 10011 | 11111000 | 111001 | 111001 |
Color Harmonies of #6252CF
Complementary color
Monochromatic Colors of #6252CF
Black with #6252CF
Text Example
Text Example
White with #6252CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6252CF; }
p { color: rgb(98,82,207); }
H1.HeaderClassName
{
color: #6252CF;
}
.AnyTagClassName
{
color: #6252CF;
}
</style>
background-color css
<style>
a { background-color: #6252CF; }
a { background-color: rgb(98,82,207); }
div.DivClassName
{
background-color: #6252CF;
}
.BgClassName
{
background-color: #6252CF;
}
</style>
border-color css
<style>
span { border-color: #6252CF; }
span { border-color: rgb(98,82,207); }
td.TdClassName
{
border-color: #6252CF;
}
.TagClassName
{
border-color: #6252CF;
}
</style>