Shades of Slate Blue #6050DB
Tints of Slate Blue #6050DB
RGB
CMYK
RGB Variations
Color information
#6050DB (or 0x6050DB) is known color: Slate Blue. HEX triplet: 60, 50 and DB. RGB value is (96,80,219). Sum of RGB (Red+Green+Blue) = 96+80+219=395 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.30% from 395); Green value is 80 (31.64% from 255 or 20.25% from 395); Blue value is 219 (85.94% from 255 or 55.44% from 395); Max value from RGB is 219 - color contains mainly: blue. Hex color #6050DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6050DB is #9FAF24. Grayscale: #646464. Windows color (decimal): -10465061 or 14372960. OLE color: 14372960.
HSL color Cylindrical-coordinate representation of color #6050DB: hue angle of 246.91º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6050DB is Cyan = 0.56, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 80 | 219 | - |
| CMYK | 0.56 | 0.63 | 0 | 0.14 |
| HSL | 246.91º | 0.66% | 0.59% | - |
| HSV(B) | 246.91º | 0.63% | 0.86% | - |
| XYZ | 20.48 | 13.34 | 68.51 | - |
| YUV | 100.63 | 194.8 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 80 | 219 | 0.56 | 0.63 | 0 | 0.14 | 246.91 | 0.66 | 0.59 |
| Hex | 60 | 50 | DB | 38 | 3F | 0 | E | F7 | 42 | 3B |
| Octal | 140 | 120 | 333 | 70 | 77 | 0 | 16 | 367 | 102 | 73 |
| Binary | 1100000 | 1010000 | 11011011 | 111000 | 111111 | 0 | 1110 | 11110111 | 1000010 | 111011 |
Color Harmonies of #6050DB
Complementary color
Monochromatic Colors of #6050DB
Black with #6050DB
Text Example
Text Example
White with #6050DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6050DB; }
p { color: rgb(96,80,219); }
H1.HeaderClassName
{
color: #6050DB;
}
.AnyTagClassName
{
color: #6050DB;
}
</style>
background-color css
<style>
a { background-color: #6050DB; }
a { background-color: rgb(96,80,219); }
div.DivClassName
{
background-color: #6050DB;
}
.BgClassName
{
background-color: #6050DB;
}
</style>
border-color css
<style>
span { border-color: #6050DB; }
span { border-color: rgb(96,80,219); }
td.TdClassName
{
border-color: #6050DB;
}
.TagClassName
{
border-color: #6050DB;
}
</style>