Shades of Slate Blue #6251CC
Tints of Slate Blue #6251CC
RGB
CMYK
RGB Variations
Color information
#6251CC (or 0x6251CC) is known color: Slate Blue. HEX triplet: 62, 51 and CC. RGB value is (98,81,204). Sum of RGB (Red+Green+Blue) = 98+81+204=383 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.59% from 383); Green value is 81 (32.03% from 255 or 21.15% from 383); Blue value is 204 (80.08% from 255 or 53.26% from 383); Max value from RGB is 204 - color contains mainly: blue. Hex color #6251CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6251CC is #9DAE33. Grayscale: #636363. Windows color (decimal): -10333748 or 13390178. OLE color: 13390178.
HSL color Cylindrical-coordinate representation of color #6251CC: hue angle of 248.29º degrees, saturation: 0.55, 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 #6251CC is Cyan = 0.52, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 98 | 81 | 204 | - |
| CMYK | 0.52 | 0.60 | 0 | 0.2 |
| HSL | 248.29º | 0.55% | 0.56% | - |
| HSV(B) | 248.29º | 0.6% | 0.8% | - |
| XYZ | 18.88 | 12.84 | 58.61 | - |
| YUV | 100.11 | 186.63 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 81 | 204 | 0.52 | 0.60 | 0 | 0.2 | 248.29 | 0.55 | 0.56 |
| Hex | 62 | 51 | CC | 34 | 3C | 0 | 14 | F8 | 37 | 38 |
| Octal | 142 | 121 | 314 | 64 | 74 | 0 | 24 | 370 | 67 | 70 |
| Binary | 1100010 | 1010001 | 11001100 | 110100 | 111100 | 0 | 10100 | 11111000 | 110111 | 111000 |
Color Harmonies of #6251CC
Complementary color
Monochromatic Colors of #6251CC
Black with #6251CC
Text Example
Text Example
White with #6251CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6251CC; }
p { color: rgb(98,81,204); }
H1.HeaderClassName
{
color: #6251CC;
}
.AnyTagClassName
{
color: #6251CC;
}
</style>
background-color css
<style>
a { background-color: #6251CC; }
a { background-color: rgb(98,81,204); }
div.DivClassName
{
background-color: #6251CC;
}
.BgClassName
{
background-color: #6251CC;
}
</style>
border-color css
<style>
span { border-color: #6251CC; }
span { border-color: rgb(98,81,204); }
td.TdClassName
{
border-color: #6251CC;
}
.TagClassName
{
border-color: #6251CC;
}
</style>