Shades of Slate Blue #6257CC
Tints of Slate Blue #6257CC
RGB
CMYK
RGB Variations
Color information
#6257CC (or 0x6257CC) is known color: Slate Blue. HEX triplet: 62, 57 and CC. RGB value is (98,87,204). Sum of RGB (Red+Green+Blue) = 98+87+204=389 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.19% from 389); Green value is 87 (34.38% from 255 or 22.37% from 389); Blue value is 204 (80.08% from 255 or 52.44% from 389); Max value from RGB is 204 - color contains mainly: blue. Hex color #6257CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6257CC is #9DA833. Grayscale: #676767. Windows color (decimal): -10332212 or 13391714. OLE color: 13391714.
HSL color Cylindrical-coordinate representation of color #6257CC: hue angle of 245.64º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6257CC is Cyan = 0.52, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 98 | 87 | 204 | - |
| CMYK | 0.52 | 0.57 | 0 | 0.2 |
| HSL | 245.64º | 0.53% | 0.57% | - |
| HSV(B) | 245.64º | 0.57% | 0.8% | - |
| XYZ | 19.34 | 13.77 | 58.77 | - |
| YUV | 103.63 | 184.64 | 123.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 87 | 204 | 0.52 | 0.57 | 0 | 0.2 | 245.64 | 0.53 | 0.57 |
| Hex | 62 | 57 | CC | 34 | 39 | 0 | 14 | F6 | 35 | 39 |
| Octal | 142 | 127 | 314 | 64 | 71 | 0 | 24 | 366 | 65 | 71 |
| Binary | 1100010 | 1010111 | 11001100 | 110100 | 111001 | 0 | 10100 | 11110110 | 110101 | 111001 |
Color Harmonies of #6257CC
Complementary color
Monochromatic Colors of #6257CC
Black with #6257CC
Text Example
Text Example
White with #6257CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6257CC; }
p { color: rgb(98,87,204); }
H1.HeaderClassName
{
color: #6257CC;
}
.AnyTagClassName
{
color: #6257CC;
}
</style>
background-color css
<style>
a { background-color: #6257CC; }
a { background-color: rgb(98,87,204); }
div.DivClassName
{
background-color: #6257CC;
}
.BgClassName
{
background-color: #6257CC;
}
</style>
border-color css
<style>
span { border-color: #6257CC; }
span { border-color: rgb(98,87,204); }
td.TdClassName
{
border-color: #6257CC;
}
.TagClassName
{
border-color: #6257CC;
}
</style>