Shades of Slate Blue #6258DD
Tints of Slate Blue #6258DD
RGB
CMYK
RGB Variations
Color information
#6258DD (or 0x6258DD) is known color: Slate Blue. HEX triplet: 62, 58 and DD. RGB value is (98,88,221). Sum of RGB (Red+Green+Blue) = 98+88+221=407 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.08% from 407); Green value is 88 (34.77% from 255 or 21.62% from 407); Blue value is 221 (86.72% from 255 or 54.30% from 407); Max value from RGB is 221 - color contains mainly: blue. Hex color #6258DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6258DD is #9DA722. Grayscale: #696969. Windows color (decimal): -10331939 or 14506082. OLE color: 14506082.
HSL color Cylindrical-coordinate representation of color #6258DD: hue angle of 244.51º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6258DD is Cyan = 0.56, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 98 | 88 | 221 | - |
| CMYK | 0.56 | 0.60 | 0 | 0.13 |
| HSL | 244.51º | 0.66% | 0.61% | - |
| HSV(B) | 244.51º | 0.6% | 0.87% | - |
| XYZ | 21.58 | 14.8 | 70.13 | - |
| YUV | 106.15 | 192.81 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 88 | 221 | 0.56 | 0.60 | 0 | 0.13 | 244.51 | 0.66 | 0.61 |
| Hex | 62 | 58 | DD | 38 | 3C | 0 | D | F5 | 42 | 3D |
| Octal | 142 | 130 | 335 | 70 | 74 | 0 | 15 | 365 | 102 | 75 |
| Binary | 1100010 | 1011000 | 11011101 | 111000 | 111100 | 0 | 1101 | 11110101 | 1000010 | 111101 |
Color Harmonies of #6258DD
Complementary color
Monochromatic Colors of #6258DD
Black with #6258DD
Text Example
Text Example
White with #6258DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6258DD; }
p { color: rgb(98,88,221); }
H1.HeaderClassName
{
color: #6258DD;
}
.AnyTagClassName
{
color: #6258DD;
}
</style>
background-color css
<style>
a { background-color: #6258DD; }
a { background-color: rgb(98,88,221); }
div.DivClassName
{
background-color: #6258DD;
}
.BgClassName
{
background-color: #6258DD;
}
</style>
border-color css
<style>
span { border-color: #6258DD; }
span { border-color: rgb(98,88,221); }
td.TdClassName
{
border-color: #6258DD;
}
.TagClassName
{
border-color: #6258DD;
}
</style>