Shades of Slate Blue #6850DB
Tints of Slate Blue #6850DB
RGB
CMYK
RGB Variations
Color information
#6850DB (or 0x6850DB) is known color: Slate Blue. HEX triplet: 68, 50 and DB. RGB value is (104,80,219). Sum of RGB (Red+Green+Blue) = 104+80+219=403 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.81% from 403); Green value is 80 (31.64% from 255 or 19.85% from 403); Blue value is 219 (85.94% from 255 or 54.34% from 403); Max value from RGB is 219 - color contains mainly: blue. Hex color #6850DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6850DB is #97AF24. Grayscale: #666666. Windows color (decimal): -9940773 or 14372968. OLE color: 14372968.
HSL color Cylindrical-coordinate representation of color #6850DB: hue angle of 250.36º 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 #6850DB is Cyan = 0.53, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 80 | 219 | - |
| CMYK | 0.53 | 0.63 | 0 | 0.14 |
| HSL | 250.36º | 0.66% | 0.59% | - |
| HSV(B) | 250.36º | 0.63% | 0.86% | - |
| XYZ | 21.36 | 13.79 | 68.55 | - |
| YUV | 103.02 | 193.45 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 80 | 219 | 0.53 | 0.63 | 0 | 0.14 | 250.36 | 0.66 | 0.59 |
| Hex | 68 | 50 | DB | 35 | 3F | 0 | E | FA | 42 | 3B |
| Octal | 150 | 120 | 333 | 65 | 77 | 0 | 16 | 372 | 102 | 73 |
| Binary | 1101000 | 1010000 | 11011011 | 110101 | 111111 | 0 | 1110 | 11111010 | 1000010 | 111011 |
Color Harmonies of #6850DB
Complementary color
Monochromatic Colors of #6850DB
Black with #6850DB
Text Example
Text Example
White with #6850DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6850DB; }
p { color: rgb(104,80,219); }
H1.HeaderClassName
{
color: #6850DB;
}
.AnyTagClassName
{
color: #6850DB;
}
</style>
background-color css
<style>
a { background-color: #6850DB; }
a { background-color: rgb(104,80,219); }
div.DivClassName
{
background-color: #6850DB;
}
.BgClassName
{
background-color: #6850DB;
}
</style>
border-color css
<style>
span { border-color: #6850DB; }
span { border-color: rgb(104,80,219); }
td.TdClassName
{
border-color: #6850DB;
}
.TagClassName
{
border-color: #6850DB;
}
</style>