Shades of Slate Blue #6050DF
Tints of Slate Blue #6050DF
RGB
CMYK
RGB Variations
Color information
#6050DF (or 0x6050DF) is known color: Slate Blue. HEX triplet: 60, 50 and DF. RGB value is (96,80,223). Sum of RGB (Red+Green+Blue) = 96+80+223=399 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.06% from 399); Green value is 80 (31.64% from 255 or 20.05% from 399); Blue value is 223 (87.5% from 255 or 55.89% from 399); Max value from RGB is 223 - color contains mainly: blue. Hex color #6050DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6050DF is #9FAF20. Grayscale: #646464. Windows color (decimal): -10465057 or 14635104. OLE color: 14635104.
HSL color Cylindrical-coordinate representation of color #6050DF: hue angle of 246.71º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6050DF is Cyan = 0.57, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 80 | 223 | - |
| CMYK | 0.57 | 0.64 | 0 | 0.13 |
| HSL | 246.71º | 0.69% | 0.59% | - |
| HSV(B) | 246.71º | 0.64% | 0.87% | - |
| XYZ | 21.01 | 13.55 | 71.32 | - |
| YUV | 101.09 | 196.8 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 80 | 223 | 0.57 | 0.64 | 0 | 0.13 | 246.71 | 0.69 | 0.59 |
| Hex | 60 | 50 | DF | 39 | 40 | 0 | D | F7 | 45 | 3B |
| Octal | 140 | 120 | 337 | 71 | 100 | 0 | 15 | 367 | 105 | 73 |
| Binary | 1100000 | 1010000 | 11011111 | 111001 | 1000000 | 0 | 1101 | 11110111 | 1000101 | 111011 |
Color Harmonies of #6050DF
Complementary color
Monochromatic Colors of #6050DF
Black with #6050DF
Text Example
Text Example
White with #6050DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6050DF; }
p { color: rgb(96,80,223); }
H1.HeaderClassName
{
color: #6050DF;
}
.AnyTagClassName
{
color: #6050DF;
}
</style>
background-color css
<style>
a { background-color: #6050DF; }
a { background-color: rgb(96,80,223); }
div.DivClassName
{
background-color: #6050DF;
}
.BgClassName
{
background-color: #6050DF;
}
</style>
border-color css
<style>
span { border-color: #6050DF; }
span { border-color: rgb(96,80,223); }
td.TdClassName
{
border-color: #6050DF;
}
.TagClassName
{
border-color: #6050DF;
}
</style>