Shades of Slate Blue #6257CA
Tints of Slate Blue #6257CA
RGB
CMYK
RGB Variations
Color information
#6257CA (or 0x6257CA) is known color: Slate Blue. HEX triplet: 62, 57 and CA. RGB value is (98,87,202). Sum of RGB (Red+Green+Blue) = 98+87+202=387 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.32% from 387); Green value is 87 (34.38% from 255 or 22.48% from 387); Blue value is 202 (79.30% from 255 or 52.20% from 387); Max value from RGB is 202 - color contains mainly: blue. Hex color #6257CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6257CA is #9DA835. Grayscale: #666666. Windows color (decimal): -10332214 or 13260642. OLE color: 13260642.
HSL color Cylindrical-coordinate representation of color #6257CA: hue angle of 245.74º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6257CA is Cyan = 0.51, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 98 | 87 | 202 | - |
| CMYK | 0.51 | 0.57 | 0 | 0.21 |
| HSL | 245.74º | 0.52% | 0.57% | - |
| HSV(B) | 245.74º | 0.57% | 0.79% | - |
| XYZ | 19.11 | 13.68 | 57.51 | - |
| YUV | 103.4 | 183.64 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 87 | 202 | 0.51 | 0.57 | 0 | 0.21 | 245.74 | 0.52 | 0.57 |
| Hex | 62 | 57 | CA | 33 | 39 | 0 | 15 | F6 | 34 | 39 |
| Octal | 142 | 127 | 312 | 63 | 71 | 0 | 25 | 366 | 64 | 71 |
| Binary | 1100010 | 1010111 | 11001010 | 110011 | 111001 | 0 | 10101 | 11110110 | 110100 | 111001 |
Color Harmonies of #6257CA
Complementary color
Monochromatic Colors of #6257CA
Black with #6257CA
Text Example
Text Example
White with #6257CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6257CA; }
p { color: rgb(98,87,202); }
H1.HeaderClassName
{
color: #6257CA;
}
.AnyTagClassName
{
color: #6257CA;
}
</style>
background-color css
<style>
a { background-color: #6257CA; }
a { background-color: rgb(98,87,202); }
div.DivClassName
{
background-color: #6257CA;
}
.BgClassName
{
background-color: #6257CA;
}
</style>
border-color css
<style>
span { border-color: #6257CA; }
span { border-color: rgb(98,87,202); }
td.TdClassName
{
border-color: #6257CA;
}
.TagClassName
{
border-color: #6257CA;
}
</style>