Shades of Slate Blue #6250CC
Tints of Slate Blue #6250CC
RGB
CMYK
RGB Variations
Color information
#6250CC (or 0x6250CC) is known color: Slate Blue. HEX triplet: 62, 50 and CC. RGB value is (98,80,204). Sum of RGB (Red+Green+Blue) = 98+80+204=382 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.65% from 382); Green value is 80 (31.64% from 255 or 20.94% from 382); Blue value is 204 (80.08% from 255 or 53.40% from 382); Max value from RGB is 204 - color contains mainly: blue. Hex color #6250CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6250CC is #9DAF33. Grayscale: #636363. Windows color (decimal): -10334004 or 13389922. OLE color: 13389922.
HSL color Cylindrical-coordinate representation of color #6250CC: hue angle of 248.71º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6250CC is Cyan = 0.52, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 98 | 80 | 204 | - |
| CMYK | 0.52 | 0.61 | 0 | 0.2 |
| HSL | 248.71º | 0.55% | 0.56% | - |
| HSV(B) | 248.71º | 0.61% | 0.8% | - |
| XYZ | 18.8 | 12.69 | 58.59 | - |
| YUV | 99.52 | 186.96 | 126.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 80 | 204 | 0.52 | 0.61 | 0 | 0.2 | 248.71 | 0.55 | 0.56 |
| Hex | 62 | 50 | CC | 34 | 3D | 0 | 14 | F9 | 37 | 38 |
| Octal | 142 | 120 | 314 | 64 | 75 | 0 | 24 | 371 | 67 | 70 |
| Binary | 1100010 | 1010000 | 11001100 | 110100 | 111101 | 0 | 10100 | 11111001 | 110111 | 111000 |
Color Harmonies of #6250CC
Complementary color
Monochromatic Colors of #6250CC
Black with #6250CC
Text Example
Text Example
White with #6250CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6250CC; }
p { color: rgb(98,80,204); }
H1.HeaderClassName
{
color: #6250CC;
}
.AnyTagClassName
{
color: #6250CC;
}
</style>
background-color css
<style>
a { background-color: #6250CC; }
a { background-color: rgb(98,80,204); }
div.DivClassName
{
background-color: #6250CC;
}
.BgClassName
{
background-color: #6250CC;
}
</style>
border-color css
<style>
span { border-color: #6250CC; }
span { border-color: rgb(98,80,204); }
td.TdClassName
{
border-color: #6250CC;
}
.TagClassName
{
border-color: #6250CC;
}
</style>