Shades of Slate Blue #6251CB
Tints of Slate Blue #6251CB
RGB
CMYK
RGB Variations
Color information
#6251CB (or 0x6251CB) is known color: Slate Blue. HEX triplet: 62, 51 and CB. RGB value is (98,81,203). Sum of RGB (Red+Green+Blue) = 98+81+203=382 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.65% from 382); Green value is 81 (32.03% from 255 or 21.20% from 382); Blue value is 203 (79.69% from 255 or 53.14% from 382); Max value from RGB is 203 - color contains mainly: blue. Hex color #6251CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6251CB is #9DAE34. Grayscale: #636363. Windows color (decimal): -10333749 or 13324642. OLE color: 13324642.
HSL color Cylindrical-coordinate representation of color #6251CB: hue angle of 248.36º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6251CB is Cyan = 0.52, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 98 | 81 | 203 | - |
| CMYK | 0.52 | 0.60 | 0 | 0.20 |
| HSL | 248.36º | 0.54% | 0.56% | - |
| HSV(B) | 248.36º | 0.6% | 0.8% | - |
| XYZ | 18.76 | 12.79 | 57.98 | - |
| YUV | 99.99 | 186.13 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 81 | 203 | 0.52 | 0.60 | 0 | 0.20 | 248.36 | 0.54 | 0.56 |
| Hex | 62 | 51 | CB | 34 | 3C | 0 | 14 | F8 | 36 | 38 |
| Octal | 142 | 121 | 313 | 64 | 74 | 0 | 24 | 370 | 66 | 70 |
| Binary | 1100010 | 1010001 | 11001011 | 110100 | 111100 | 0 | 10100 | 11111000 | 110110 | 111000 |
Color Harmonies of #6251CB
Complementary color
Monochromatic Colors of #6251CB
Black with #6251CB
Text Example
Text Example
White with #6251CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6251CB; }
p { color: rgb(98,81,203); }
H1.HeaderClassName
{
color: #6251CB;
}
.AnyTagClassName
{
color: #6251CB;
}
</style>
background-color css
<style>
a { background-color: #6251CB; }
a { background-color: rgb(98,81,203); }
div.DivClassName
{
background-color: #6251CB;
}
.BgClassName
{
background-color: #6251CB;
}
</style>
border-color css
<style>
span { border-color: #6251CB; }
span { border-color: rgb(98,81,203); }
td.TdClassName
{
border-color: #6251CB;
}
.TagClassName
{
border-color: #6251CB;
}
</style>