Shades of Slate Blue #6251DD
Tints of Slate Blue #6251DD
RGB
CMYK
RGB Variations
Color information
#6251DD (or 0x6251DD) is known color: Slate Blue. HEX triplet: 62, 51 and DD. RGB value is (98,81,221). Sum of RGB (Red+Green+Blue) = 98+81+221=400 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.5% from 400); Green value is 81 (32.03% from 255 or 20.25% from 400); Blue value is 221 (86.72% from 255 or 55.25% from 400); Max value from RGB is 221 - color contains mainly: blue. Hex color #6251DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6251DD is #9DAE22. Grayscale: #656565. Windows color (decimal): -10333731 or 14504290. OLE color: 14504290.
HSL color Cylindrical-coordinate representation of color #6251DD: hue angle of 247.29º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6251DD is Cyan = 0.56, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 98 | 81 | 221 | - |
| CMYK | 0.56 | 0.63 | 0 | 0.13 |
| HSL | 247.29º | 0.67% | 0.59% | - |
| HSV(B) | 247.29º | 0.63% | 0.87% | - |
| XYZ | 21.03 | 13.7 | 69.94 | - |
| YUV | 102.04 | 195.13 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 81 | 221 | 0.56 | 0.63 | 0 | 0.13 | 247.29 | 0.67 | 0.59 |
| Hex | 62 | 51 | DD | 38 | 3F | 0 | D | F7 | 43 | 3B |
| Octal | 142 | 121 | 335 | 70 | 77 | 0 | 15 | 367 | 103 | 73 |
| Binary | 1100010 | 1010001 | 11011101 | 111000 | 111111 | 0 | 1101 | 11110111 | 1000011 | 111011 |
Color Harmonies of #6251DD
Complementary color
Monochromatic Colors of #6251DD
Black with #6251DD
Text Example
Text Example
White with #6251DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6251DD; }
p { color: rgb(98,81,221); }
H1.HeaderClassName
{
color: #6251DD;
}
.AnyTagClassName
{
color: #6251DD;
}
</style>
background-color css
<style>
a { background-color: #6251DD; }
a { background-color: rgb(98,81,221); }
div.DivClassName
{
background-color: #6251DD;
}
.BgClassName
{
background-color: #6251DD;
}
</style>
border-color css
<style>
span { border-color: #6251DD; }
span { border-color: rgb(98,81,221); }
td.TdClassName
{
border-color: #6251DD;
}
.TagClassName
{
border-color: #6251DD;
}
</style>