Shades of Slate Blue #684CDB
Tints of Slate Blue #684CDB
RGB
CMYK
RGB Variations
Color information
#684CDB (or 0x684CDB) is known color: Slate Blue. HEX triplet: 68, 4C and DB. RGB value is (104,76,219). Sum of RGB (Red+Green+Blue) = 104+76+219=399 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.07% from 399); Green value is 76 (30.08% from 255 or 19.05% from 399); Blue value is 219 (85.94% from 255 or 54.89% from 399); Max value from RGB is 219 - color contains mainly: blue. Hex color #684CDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #684CDB is #97B324. Grayscale: #646464. Windows color (decimal): -9941797 or 14371944. OLE color: 14371944.
HSL color Cylindrical-coordinate representation of color #684CDB: hue angle of 251.75º degrees, saturation: 0.67, 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 #684CDB is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 76 | 219 | - |
| CMYK | 0.53 | 0.65 | 0 | 0.14 |
| HSL | 251.75º | 0.67% | 0.58% | - |
| HSV(B) | 251.75º | 0.65% | 0.86% | - |
| XYZ | 21.08 | 13.23 | 68.46 | - |
| YUV | 100.67 | 194.78 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 76 | 219 | 0.53 | 0.65 | 0 | 0.14 | 251.75 | 0.67 | 0.58 |
| Hex | 68 | 4C | DB | 35 | 41 | 0 | E | FC | 43 | 3A |
| Octal | 150 | 114 | 333 | 65 | 101 | 0 | 16 | 374 | 103 | 72 |
| Binary | 1101000 | 1001100 | 11011011 | 110101 | 1000001 | 0 | 1110 | 11111100 | 1000011 | 111010 |
Color Harmonies of #684CDB
Complementary color
Monochromatic Colors of #684CDB
Black with #684CDB
Text Example
Text Example
White with #684CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684CDB; }
p { color: rgb(104,76,219); }
H1.HeaderClassName
{
color: #684CDB;
}
.AnyTagClassName
{
color: #684CDB;
}
</style>
background-color css
<style>
a { background-color: #684CDB; }
a { background-color: rgb(104,76,219); }
div.DivClassName
{
background-color: #684CDB;
}
.BgClassName
{
background-color: #684CDB;
}
</style>
border-color css
<style>
span { border-color: #684CDB; }
span { border-color: rgb(104,76,219); }
td.TdClassName
{
border-color: #684CDB;
}
.TagClassName
{
border-color: #684CDB;
}
</style>