Shades of Slate Blue #6258D5
Tints of Slate Blue #6258D5
RGB
CMYK
RGB Variations
Color information
#6258D5 (or 0x6258D5) is known color: Slate Blue. HEX triplet: 62, 58 and D5. RGB value is (98,88,213). Sum of RGB (Red+Green+Blue) = 98+88+213=399 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.56% from 399); Green value is 88 (34.77% from 255 or 22.06% from 399); Blue value is 213 (83.59% from 255 or 53.38% from 399); Max value from RGB is 213 - color contains mainly: blue. Hex color #6258D5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6258D5 is #9DA72A. Grayscale: #686868. Windows color (decimal): -10331947 or 13981794. OLE color: 13981794.
HSL color Cylindrical-coordinate representation of color #6258D5: hue angle of 244.8º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6258D5 is Cyan = 0.54, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 98 | 88 | 213 | - |
| CMYK | 0.54 | 0.59 | 0 | 0.16 |
| HSL | 244.8º | 0.6% | 0.59% | - |
| HSV(B) | 244.8º | 0.59% | 0.84% | - |
| XYZ | 20.54 | 14.38 | 64.64 | - |
| YUV | 105.24 | 188.81 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 88 | 213 | 0.54 | 0.59 | 0 | 0.16 | 244.8 | 0.6 | 0.59 |
| Hex | 62 | 58 | D5 | 36 | 3B | 0 | 10 | F5 | 3C | 3B |
| Octal | 142 | 130 | 325 | 66 | 73 | 0 | 20 | 365 | 74 | 73 |
| Binary | 1100010 | 1011000 | 11010101 | 110110 | 111011 | 0 | 10000 | 11110101 | 111100 | 111011 |
Color Harmonies of #6258D5
Complementary color
Monochromatic Colors of #6258D5
Black with #6258D5
Text Example
Text Example
White with #6258D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6258D5; }
p { color: rgb(98,88,213); }
H1.HeaderClassName
{
color: #6258D5;
}
.AnyTagClassName
{
color: #6258D5;
}
</style>
background-color css
<style>
a { background-color: #6258D5; }
a { background-color: rgb(98,88,213); }
div.DivClassName
{
background-color: #6258D5;
}
.BgClassName
{
background-color: #6258D5;
}
</style>
border-color css
<style>
span { border-color: #6258D5; }
span { border-color: rgb(98,88,213); }
td.TdClassName
{
border-color: #6258D5;
}
.TagClassName
{
border-color: #6258D5;
}
</style>