Shades of Slate Blue #6251D7
Tints of Slate Blue #6251D7
RGB
CMYK
RGB Variations
Color information
#6251D7 (or 0x6251D7) is known color: Slate Blue. HEX triplet: 62, 51 and D7. RGB value is (98,81,215). Sum of RGB (Red+Green+Blue) = 98+81+215=394 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.87% from 394); Green value is 81 (32.03% from 255 or 20.56% from 394); Blue value is 215 (84.38% from 255 or 54.57% from 394); Max value from RGB is 215 - color contains mainly: blue. Hex color #6251D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6251D7 is #9DAE28. Grayscale: #646464. Windows color (decimal): -10333737 or 14111074. OLE color: 14111074.
HSL color Cylindrical-coordinate representation of color #6251D7: hue angle of 247.61º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6251D7 is Cyan = 0.54, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 98 | 81 | 215 | - |
| CMYK | 0.54 | 0.62 | 0 | 0.16 |
| HSL | 247.61º | 0.63% | 0.58% | - |
| HSV(B) | 247.61º | 0.62% | 0.84% | - |
| XYZ | 20.25 | 13.39 | 65.81 | - |
| YUV | 101.36 | 192.13 | 125.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 81 | 215 | 0.54 | 0.62 | 0 | 0.16 | 247.61 | 0.63 | 0.58 |
| Hex | 62 | 51 | D7 | 36 | 3E | 0 | 10 | F8 | 3F | 3A |
| Octal | 142 | 121 | 327 | 66 | 76 | 0 | 20 | 370 | 77 | 72 |
| Binary | 1100010 | 1010001 | 11010111 | 110110 | 111110 | 0 | 10000 | 11111000 | 111111 | 111010 |
Color Harmonies of #6251D7
Complementary color
Monochromatic Colors of #6251D7
Black with #6251D7
Text Example
Text Example
White with #6251D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6251D7; }
p { color: rgb(98,81,215); }
H1.HeaderClassName
{
color: #6251D7;
}
.AnyTagClassName
{
color: #6251D7;
}
</style>
background-color css
<style>
a { background-color: #6251D7; }
a { background-color: rgb(98,81,215); }
div.DivClassName
{
background-color: #6251D7;
}
.BgClassName
{
background-color: #6251D7;
}
</style>
border-color css
<style>
span { border-color: #6251D7; }
span { border-color: rgb(98,81,215); }
td.TdClassName
{
border-color: #6251D7;
}
.TagClassName
{
border-color: #6251D7;
}
</style>