Shades of Slate Blue #6050CE
Tints of Slate Blue #6050CE
RGB
CMYK
RGB Variations
Color information
#6050CE (or 0x6050CE) is known color: Slate Blue. HEX triplet: 60, 50 and CE. RGB value is (96,80,206). Sum of RGB (Red+Green+Blue) = 96+80+206=382 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.13% from 382); Green value is 80 (31.64% from 255 or 20.94% from 382); Blue value is 206 (80.86% from 255 or 53.93% from 382); Max value from RGB is 206 - color contains mainly: blue. Hex color #6050CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6050CE is #9FAF31. Grayscale: #626262. Windows color (decimal): -10465074 or 13520992. OLE color: 13520992.
HSL color Cylindrical-coordinate representation of color #6050CE: hue angle of 247.62º 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 #6050CE is Cyan = 0.53, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 80 | 206 | - |
| CMYK | 0.53 | 0.61 | 0 | 0.19 |
| HSL | 247.62º | 0.56% | 0.56% | - |
| HSV(B) | 247.62º | 0.61% | 0.81% | - |
| XYZ | 18.83 | 12.68 | 59.85 | - |
| YUV | 99.15 | 188.3 | 125.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 80 | 206 | 0.53 | 0.61 | 0 | 0.19 | 247.62 | 0.56 | 0.56 |
| Hex | 60 | 50 | CE | 35 | 3D | 0 | 13 | F8 | 38 | 38 |
| Octal | 140 | 120 | 316 | 65 | 75 | 0 | 23 | 370 | 70 | 70 |
| Binary | 1100000 | 1010000 | 11001110 | 110101 | 111101 | 0 | 10011 | 11111000 | 111000 | 111000 |
Color Harmonies of #6050CE
Complementary color
Monochromatic Colors of #6050CE
Black with #6050CE
Text Example
Text Example
White with #6050CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6050CE; }
p { color: rgb(96,80,206); }
H1.HeaderClassName
{
color: #6050CE;
}
.AnyTagClassName
{
color: #6050CE;
}
</style>
background-color css
<style>
a { background-color: #6050CE; }
a { background-color: rgb(96,80,206); }
div.DivClassName
{
background-color: #6050CE;
}
.BgClassName
{
background-color: #6050CE;
}
</style>
border-color css
<style>
span { border-color: #6050CE; }
span { border-color: rgb(96,80,206); }
td.TdClassName
{
border-color: #6050CE;
}
.TagClassName
{
border-color: #6050CE;
}
</style>