Shades of Slate Blue #6251DF
Tints of Slate Blue #6251DF
RGB
CMYK
RGB Variations
Color information
#6251DF (or 0x6251DF) is known color: Slate Blue. HEX triplet: 62, 51 and DF. RGB value is (98,81,223). Sum of RGB (Red+Green+Blue) = 98+81+223=402 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.38% from 402); Green value is 81 (32.03% from 255 or 20.15% from 402); Blue value is 223 (87.5% from 255 or 55.47% from 402); Max value from RGB is 223 - color contains mainly: blue. Hex color #6251DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6251DF is #9DAE20. Grayscale: #656565. Windows color (decimal): -10333729 or 14635362. OLE color: 14635362.
HSL color Cylindrical-coordinate representation of color #6251DF: hue angle of 247.18º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6251DF is Cyan = 0.56, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 98 | 81 | 223 | - |
| CMYK | 0.56 | 0.64 | 0 | 0.13 |
| HSL | 247.18º | 0.69% | 0.6% | - |
| HSV(B) | 247.18º | 0.64% | 0.87% | - |
| XYZ | 21.3 | 13.81 | 71.35 | - |
| YUV | 102.27 | 196.13 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 81 | 223 | 0.56 | 0.64 | 0 | 0.13 | 247.18 | 0.69 | 0.6 |
| Hex | 62 | 51 | DF | 38 | 40 | 0 | D | F7 | 45 | 3C |
| Octal | 142 | 121 | 337 | 70 | 100 | 0 | 15 | 367 | 105 | 74 |
| Binary | 1100010 | 1010001 | 11011111 | 111000 | 1000000 | 0 | 1101 | 11110111 | 1000101 | 111100 |
Color Harmonies of #6251DF
Complementary color
Monochromatic Colors of #6251DF
Black with #6251DF
Text Example
Text Example
White with #6251DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6251DF; }
p { color: rgb(98,81,223); }
H1.HeaderClassName
{
color: #6251DF;
}
.AnyTagClassName
{
color: #6251DF;
}
</style>
background-color css
<style>
a { background-color: #6251DF; }
a { background-color: rgb(98,81,223); }
div.DivClassName
{
background-color: #6251DF;
}
.BgClassName
{
background-color: #6251DF;
}
</style>
border-color css
<style>
span { border-color: #6251DF; }
span { border-color: rgb(98,81,223); }
td.TdClassName
{
border-color: #6251DF;
}
.TagClassName
{
border-color: #6251DF;
}
</style>