Shades of Slate Blue #6257CF
Tints of Slate Blue #6257CF
RGB
CMYK
RGB Variations
Color information
#6257CF (or 0x6257CF) is known color: Slate Blue. HEX triplet: 62, 57 and CF. RGB value is (98,87,207). Sum of RGB (Red+Green+Blue) = 98+87+207=392 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25% from 392); Green value is 87 (34.38% from 255 or 22.19% from 392); Blue value is 207 (81.25% from 255 or 52.81% from 392); Max value from RGB is 207 - color contains mainly: blue. Hex color #6257CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6257CF is #9DA830. Grayscale: #676767. Windows color (decimal): -10332209 or 13588322. OLE color: 13588322.
HSL color Cylindrical-coordinate representation of color #6257CF: hue angle of 245.5º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6257CF is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 98 | 87 | 207 | - |
| CMYK | 0.53 | 0.58 | 0 | 0.19 |
| HSL | 245.5º | 0.56% | 0.58% | - |
| HSV(B) | 245.5º | 0.58% | 0.81% | - |
| XYZ | 19.71 | 13.92 | 60.68 | - |
| YUV | 103.97 | 186.14 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 87 | 207 | 0.53 | 0.58 | 0 | 0.19 | 245.5 | 0.56 | 0.58 |
| Hex | 62 | 57 | CF | 35 | 3A | 0 | 13 | F6 | 38 | 3A |
| Octal | 142 | 127 | 317 | 65 | 72 | 0 | 23 | 366 | 70 | 72 |
| Binary | 1100010 | 1010111 | 11001111 | 110101 | 111010 | 0 | 10011 | 11110110 | 111000 | 111010 |
Color Harmonies of #6257CF
Complementary color
Monochromatic Colors of #6257CF
Black with #6257CF
Text Example
Text Example
White with #6257CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6257CF; }
p { color: rgb(98,87,207); }
H1.HeaderClassName
{
color: #6257CF;
}
.AnyTagClassName
{
color: #6257CF;
}
</style>
background-color css
<style>
a { background-color: #6257CF; }
a { background-color: rgb(98,87,207); }
div.DivClassName
{
background-color: #6257CF;
}
.BgClassName
{
background-color: #6257CF;
}
</style>
border-color css
<style>
span { border-color: #6257CF; }
span { border-color: rgb(98,87,207); }
td.TdClassName
{
border-color: #6257CF;
}
.TagClassName
{
border-color: #6257CF;
}
</style>