Shades of Slate Blue #6251CE
Tints of Slate Blue #6251CE
RGB
CMYK
RGB Variations
Color information
#6251CE (or 0x6251CE) is known color: Slate Blue. HEX triplet: 62, 51 and CE. RGB value is (98,81,206). Sum of RGB (Red+Green+Blue) = 98+81+206=385 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.45% from 385); Green value is 81 (32.03% from 255 or 21.04% from 385); Blue value is 206 (80.86% from 255 or 53.51% from 385); Max value from RGB is 206 - color contains mainly: blue. Hex color #6251CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6251CE is #9DAE31. Grayscale: #636363. Windows color (decimal): -10333746 or 13521250. OLE color: 13521250.
HSL color Cylindrical-coordinate representation of color #6251CE: hue angle of 248.16º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6251CE is Cyan = 0.52, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 98 | 81 | 206 | - |
| CMYK | 0.52 | 0.61 | 0 | 0.19 |
| HSL | 248.16º | 0.56% | 0.56% | - |
| HSV(B) | 248.16º | 0.61% | 0.81% | - |
| XYZ | 19.12 | 12.94 | 59.88 | - |
| YUV | 100.33 | 187.63 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 81 | 206 | 0.52 | 0.61 | 0 | 0.19 | 248.16 | 0.56 | 0.56 |
| Hex | 62 | 51 | CE | 34 | 3D | 0 | 13 | F8 | 38 | 38 |
| Octal | 142 | 121 | 316 | 64 | 75 | 0 | 23 | 370 | 70 | 70 |
| Binary | 1100010 | 1010001 | 11001110 | 110100 | 111101 | 0 | 10011 | 11111000 | 111000 | 111000 |
Color Harmonies of #6251CE
Complementary color
Monochromatic Colors of #6251CE
Black with #6251CE
Text Example
Text Example
White with #6251CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6251CE; }
p { color: rgb(98,81,206); }
H1.HeaderClassName
{
color: #6251CE;
}
.AnyTagClassName
{
color: #6251CE;
}
</style>
background-color css
<style>
a { background-color: #6251CE; }
a { background-color: rgb(98,81,206); }
div.DivClassName
{
background-color: #6251CE;
}
.BgClassName
{
background-color: #6251CE;
}
</style>
border-color css
<style>
span { border-color: #6251CE; }
span { border-color: rgb(98,81,206); }
td.TdClassName
{
border-color: #6251CE;
}
.TagClassName
{
border-color: #6251CE;
}
</style>