Shades of Slate Blue #6E50DB
Tints of Slate Blue #6E50DB
RGB
CMYK
RGB Variations
Color information
#6E50DB (or 0x6E50DB) is known color: Slate Blue. HEX triplet: 6E, 50 and DB. RGB value is (110,80,219). Sum of RGB (Red+Green+Blue) = 110+80+219=409 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.89% from 409); Green value is 80 (31.64% from 255 or 19.56% from 409); Blue value is 219 (85.94% from 255 or 53.55% from 409); Max value from RGB is 219 - color contains mainly: blue. Hex color #6E50DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E50DB is #91AF24. Grayscale: #686868. Windows color (decimal): -9547557 or 14372974. OLE color: 14372974.
HSL color Cylindrical-coordinate representation of color #6E50DB: hue angle of 252.95º 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 #6E50DB is Cyan = 0.50, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 110 | 80 | 219 | - |
| CMYK | 0.50 | 0.63 | 0 | 0.14 |
| HSL | 252.95º | 0.66% | 0.59% | - |
| HSV(B) | 252.95º | 0.63% | 0.86% | - |
| XYZ | 22.09 | 14.17 | 68.59 | - |
| YUV | 104.82 | 192.44 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 80 | 219 | 0.50 | 0.63 | 0 | 0.14 | 252.95 | 0.66 | 0.59 |
| Hex | 6E | 50 | DB | 32 | 3F | 0 | E | FD | 42 | 3B |
| Octal | 156 | 120 | 333 | 62 | 77 | 0 | 16 | 375 | 102 | 73 |
| Binary | 1101110 | 1010000 | 11011011 | 110010 | 111111 | 0 | 1110 | 11111101 | 1000010 | 111011 |
Color Harmonies of #6E50DB
Complementary color
Monochromatic Colors of #6E50DB
Black with #6E50DB
Text Example
Text Example
White with #6E50DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E50DB; }
p { color: rgb(110,80,219); }
H1.HeaderClassName
{
color: #6E50DB;
}
.AnyTagClassName
{
color: #6E50DB;
}
</style>
background-color css
<style>
a { background-color: #6E50DB; }
a { background-color: rgb(110,80,219); }
div.DivClassName
{
background-color: #6E50DB;
}
.BgClassName
{
background-color: #6E50DB;
}
</style>
border-color css
<style>
span { border-color: #6E50DB; }
span { border-color: rgb(110,80,219); }
td.TdClassName
{
border-color: #6E50DB;
}
.TagClassName
{
border-color: #6E50DB;
}
</style>