Shades of Slate Blue #6257CB
Tints of Slate Blue #6257CB
RGB
CMYK
RGB Variations
Color information
#6257CB (or 0x6257CB) is known color: Slate Blue. HEX triplet: 62, 57 and CB. RGB value is (98,87,203). Sum of RGB (Red+Green+Blue) = 98+87+203=388 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.26% from 388); Green value is 87 (34.38% from 255 or 22.42% from 388); Blue value is 203 (79.69% from 255 or 52.32% from 388); Max value from RGB is 203 - color contains mainly: blue. Hex color #6257CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6257CB is #9DA834. Grayscale: #676767. Windows color (decimal): -10332213 or 13326178. OLE color: 13326178.
HSL color Cylindrical-coordinate representation of color #6257CB: hue angle of 245.69º 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 #6257CB is Cyan = 0.52, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 98 | 87 | 203 | - |
| CMYK | 0.52 | 0.57 | 0 | 0.20 |
| HSL | 245.69º | 0.53% | 0.57% | - |
| HSV(B) | 245.69º | 0.57% | 0.8% | - |
| XYZ | 19.22 | 13.72 | 58.14 | - |
| YUV | 103.51 | 184.14 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 87 | 203 | 0.52 | 0.57 | 0 | 0.20 | 245.69 | 0.53 | 0.57 |
| Hex | 62 | 57 | CB | 34 | 39 | 0 | 14 | F6 | 35 | 39 |
| Octal | 142 | 127 | 313 | 64 | 71 | 0 | 24 | 366 | 65 | 71 |
| Binary | 1100010 | 1010111 | 11001011 | 110100 | 111001 | 0 | 10100 | 11110110 | 110101 | 111001 |
Color Harmonies of #6257CB
Complementary color
Monochromatic Colors of #6257CB
Black with #6257CB
Text Example
Text Example
White with #6257CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6257CB; }
p { color: rgb(98,87,203); }
H1.HeaderClassName
{
color: #6257CB;
}
.AnyTagClassName
{
color: #6257CB;
}
</style>
background-color css
<style>
a { background-color: #6257CB; }
a { background-color: rgb(98,87,203); }
div.DivClassName
{
background-color: #6257CB;
}
.BgClassName
{
background-color: #6257CB;
}
</style>
border-color css
<style>
span { border-color: #6257CB; }
span { border-color: rgb(98,87,203); }
td.TdClassName
{
border-color: #6257CB;
}
.TagClassName
{
border-color: #6257CB;
}
</style>