Shades of Slate Blue #6255D9
Tints of Slate Blue #6255D9
RGB
CMYK
RGB Variations
Color information
#6255D9 (or 0x6255D9) is known color: Slate Blue. HEX triplet: 62, 55 and D9. RGB value is (98,85,217). Sum of RGB (Red+Green+Blue) = 98+85+217=400 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.5% from 400); Green value is 85 (33.59% from 255 or 21.25% from 400); Blue value is 217 (85.16% from 255 or 54.25% from 400); Max value from RGB is 217 - color contains mainly: blue. Hex color #6255D9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6255D9 is #9DAA26. Grayscale: #676767. Windows color (decimal): -10332711 or 14243170. OLE color: 14243170.
HSL color Cylindrical-coordinate representation of color #6255D9: hue angle of 245.91º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6255D9 is Cyan = 0.55, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 98 | 85 | 217 | - |
| CMYK | 0.55 | 0.61 | 0 | 0.15 |
| HSL | 245.91º | 0.63% | 0.59% | - |
| HSV(B) | 245.91º | 0.61% | 0.85% | - |
| XYZ | 20.81 | 14.1 | 67.27 | - |
| YUV | 103.94 | 191.81 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 85 | 217 | 0.55 | 0.61 | 0 | 0.15 | 245.91 | 0.63 | 0.59 |
| Hex | 62 | 55 | D9 | 37 | 3D | 0 | F | F6 | 3F | 3B |
| Octal | 142 | 125 | 331 | 67 | 75 | 0 | 17 | 366 | 77 | 73 |
| Binary | 1100010 | 1010101 | 11011001 | 110111 | 111101 | 0 | 1111 | 11110110 | 111111 | 111011 |
Color Harmonies of #6255D9
Complementary color
Monochromatic Colors of #6255D9
Black with #6255D9
Text Example
Text Example
White with #6255D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6255D9; }
p { color: rgb(98,85,217); }
H1.HeaderClassName
{
color: #6255D9;
}
.AnyTagClassName
{
color: #6255D9;
}
</style>
background-color css
<style>
a { background-color: #6255D9; }
a { background-color: rgb(98,85,217); }
div.DivClassName
{
background-color: #6255D9;
}
.BgClassName
{
background-color: #6255D9;
}
</style>
border-color css
<style>
span { border-color: #6255D9; }
span { border-color: rgb(98,85,217); }
td.TdClassName
{
border-color: #6255D9;
}
.TagClassName
{
border-color: #6255D9;
}
</style>