Shades of Slate Blue #684DDB
Tints of Slate Blue #684DDB
RGB
CMYK
RGB Variations
Color information
#684DDB (or 0x684DDB) is known color: Slate Blue. HEX triplet: 68, 4D and DB. RGB value is (104,77,219). Sum of RGB (Red+Green+Blue) = 104+77+219=400 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26% from 400); Green value is 77 (30.47% from 255 or 19.25% from 400); Blue value is 219 (85.94% from 255 or 54.75% from 400); Max value from RGB is 219 - color contains mainly: blue. Hex color #684DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #684DDB is #97B224. Grayscale: #646464. Windows color (decimal): -9941541 or 14372200. OLE color: 14372200.
HSL color Cylindrical-coordinate representation of color #684DDB: hue angle of 251.41º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #684DDB is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 77 | 219 | - |
| CMYK | 0.53 | 0.65 | 0 | 0.14 |
| HSL | 251.41º | 0.66% | 0.58% | - |
| HSV(B) | 251.41º | 0.65% | 0.86% | - |
| XYZ | 21.15 | 13.37 | 68.48 | - |
| YUV | 101.26 | 194.45 | 129.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 77 | 219 | 0.53 | 0.65 | 0 | 0.14 | 251.41 | 0.66 | 0.58 |
| Hex | 68 | 4D | DB | 35 | 41 | 0 | E | FB | 42 | 3A |
| Octal | 150 | 115 | 333 | 65 | 101 | 0 | 16 | 373 | 102 | 72 |
| Binary | 1101000 | 1001101 | 11011011 | 110101 | 1000001 | 0 | 1110 | 11111011 | 1000010 | 111010 |
Color Harmonies of #684DDB
Complementary color
Monochromatic Colors of #684DDB
Black with #684DDB
Text Example
Text Example
White with #684DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684DDB; }
p { color: rgb(104,77,219); }
H1.HeaderClassName
{
color: #684DDB;
}
.AnyTagClassName
{
color: #684DDB;
}
</style>
background-color css
<style>
a { background-color: #684DDB; }
a { background-color: rgb(104,77,219); }
div.DivClassName
{
background-color: #684DDB;
}
.BgClassName
{
background-color: #684DDB;
}
</style>
border-color css
<style>
span { border-color: #684DDB; }
span { border-color: rgb(104,77,219); }
td.TdClassName
{
border-color: #684DDB;
}
.TagClassName
{
border-color: #684DDB;
}
</style>