Shades of Slate Blue #6257CE
Tints of Slate Blue #6257CE
RGB
CMYK
RGB Variations
Color information
#6257CE (or 0x6257CE) is known color: Slate Blue. HEX triplet: 62, 57 and CE. RGB value is (98,87,206). Sum of RGB (Red+Green+Blue) = 98+87+206=391 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.06% from 391); Green value is 87 (34.38% from 255 or 22.25% from 391); Blue value is 206 (80.86% from 255 or 52.69% from 391); Max value from RGB is 206 - color contains mainly: blue. Hex color #6257CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6257CE is #9DA831. Grayscale: #676767. Windows color (decimal): -10332210 or 13522786. OLE color: 13522786.
HSL color Cylindrical-coordinate representation of color #6257CE: hue angle of 245.55º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6257CE is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 98 | 87 | 206 | - |
| CMYK | 0.52 | 0.58 | 0 | 0.19 |
| HSL | 245.55º | 0.55% | 0.57% | - |
| HSV(B) | 245.55º | 0.58% | 0.81% | - |
| XYZ | 19.59 | 13.87 | 60.04 | - |
| YUV | 103.86 | 185.64 | 123.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 87 | 206 | 0.52 | 0.58 | 0 | 0.19 | 245.55 | 0.55 | 0.57 |
| Hex | 62 | 57 | CE | 34 | 3A | 0 | 13 | F6 | 37 | 39 |
| Octal | 142 | 127 | 316 | 64 | 72 | 0 | 23 | 366 | 67 | 71 |
| Binary | 1100010 | 1010111 | 11001110 | 110100 | 111010 | 0 | 10011 | 11110110 | 110111 | 111001 |
Color Harmonies of #6257CE
Complementary color
Monochromatic Colors of #6257CE
Black with #6257CE
Text Example
Text Example
White with #6257CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6257CE; }
p { color: rgb(98,87,206); }
H1.HeaderClassName
{
color: #6257CE;
}
.AnyTagClassName
{
color: #6257CE;
}
</style>
background-color css
<style>
a { background-color: #6257CE; }
a { background-color: rgb(98,87,206); }
div.DivClassName
{
background-color: #6257CE;
}
.BgClassName
{
background-color: #6257CE;
}
</style>
border-color css
<style>
span { border-color: #6257CE; }
span { border-color: rgb(98,87,206); }
td.TdClassName
{
border-color: #6257CE;
}
.TagClassName
{
border-color: #6257CE;
}
</style>