Shades of Slate Blue #6258CE
Tints of Slate Blue #6258CE
RGB
CMYK
RGB Variations
Color information
#6258CE (or 0x6258CE) is known color: Slate Blue. HEX triplet: 62, 58 and CE. RGB value is (98,88,206). Sum of RGB (Red+Green+Blue) = 98+88+206=392 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25% from 392); Green value is 88 (34.77% from 255 or 22.45% from 392); Blue value is 206 (80.86% from 255 or 52.55% from 392); Max value from RGB is 206 - color contains mainly: blue. Hex color #6258CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6258CE is #9DA731. Grayscale: #676767. Windows color (decimal): -10331954 or 13523042. OLE color: 13523042.
HSL color Cylindrical-coordinate representation of color #6258CE: hue angle of 245.08º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6258CE is Cyan = 0.52, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 98 | 88 | 206 | - |
| CMYK | 0.52 | 0.57 | 0 | 0.19 |
| HSL | 245.08º | 0.55% | 0.58% | - |
| HSV(B) | 245.08º | 0.57% | 0.81% | - |
| XYZ | 19.67 | 14.03 | 60.06 | - |
| YUV | 104.44 | 185.31 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 88 | 206 | 0.52 | 0.57 | 0 | 0.19 | 245.08 | 0.55 | 0.58 |
| Hex | 62 | 58 | CE | 34 | 39 | 0 | 13 | F5 | 37 | 3A |
| Octal | 142 | 130 | 316 | 64 | 71 | 0 | 23 | 365 | 67 | 72 |
| Binary | 1100010 | 1011000 | 11001110 | 110100 | 111001 | 0 | 10011 | 11110101 | 110111 | 111010 |
Color Harmonies of #6258CE
Complementary color
Monochromatic Colors of #6258CE
Black with #6258CE
Text Example
Text Example
White with #6258CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6258CE; }
p { color: rgb(98,88,206); }
H1.HeaderClassName
{
color: #6258CE;
}
.AnyTagClassName
{
color: #6258CE;
}
</style>
background-color css
<style>
a { background-color: #6258CE; }
a { background-color: rgb(98,88,206); }
div.DivClassName
{
background-color: #6258CE;
}
.BgClassName
{
background-color: #6258CE;
}
</style>
border-color css
<style>
span { border-color: #6258CE; }
span { border-color: rgb(98,88,206); }
td.TdClassName
{
border-color: #6258CE;
}
.TagClassName
{
border-color: #6258CE;
}
</style>