Shades of Slate Blue #6251CA
Tints of Slate Blue #6251CA
RGB
CMYK
RGB Variations
Color information
#6251CA (or 0x6251CA) is known color: Slate Blue. HEX triplet: 62, 51 and CA. RGB value is (98,81,202). Sum of RGB (Red+Green+Blue) = 98+81+202=381 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.72% from 381); Green value is 81 (32.03% from 255 or 21.26% from 381); Blue value is 202 (79.30% from 255 or 53.02% from 381); Max value from RGB is 202 - color contains mainly: blue. Hex color #6251CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6251CA is #9DAE35. Grayscale: #636363. Windows color (decimal): -10333750 or 13259106. OLE color: 13259106.
HSL color Cylindrical-coordinate representation of color #6251CA: hue angle of 248.43º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6251CA is Cyan = 0.51, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 98 | 81 | 202 | - |
| CMYK | 0.51 | 0.60 | 0 | 0.21 |
| HSL | 248.43º | 0.53% | 0.55% | - |
| HSV(B) | 248.43º | 0.6% | 0.79% | - |
| XYZ | 18.64 | 12.75 | 57.35 | - |
| YUV | 99.88 | 185.63 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 81 | 202 | 0.51 | 0.60 | 0 | 0.21 | 248.43 | 0.53 | 0.55 |
| Hex | 62 | 51 | CA | 33 | 3C | 0 | 15 | F8 | 35 | 37 |
| Octal | 142 | 121 | 312 | 63 | 74 | 0 | 25 | 370 | 65 | 67 |
| Binary | 1100010 | 1010001 | 11001010 | 110011 | 111100 | 0 | 10101 | 11111000 | 110101 | 110111 |
Color Harmonies of #6251CA
Complementary color
Monochromatic Colors of #6251CA
Black with #6251CA
Text Example
Text Example
White with #6251CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6251CA; }
p { color: rgb(98,81,202); }
H1.HeaderClassName
{
color: #6251CA;
}
.AnyTagClassName
{
color: #6251CA;
}
</style>
background-color css
<style>
a { background-color: #6251CA; }
a { background-color: rgb(98,81,202); }
div.DivClassName
{
background-color: #6251CA;
}
.BgClassName
{
background-color: #6251CA;
}
</style>
border-color css
<style>
span { border-color: #6251CA; }
span { border-color: rgb(98,81,202); }
td.TdClassName
{
border-color: #6251CA;
}
.TagClassName
{
border-color: #6251CA;
}
</style>