Shades of Slate Blue #684DD8
Tints of Slate Blue #684DD8
RGB
CMYK
RGB Variations
Color information
#684DD8 (or 0x684DD8) is known color: Slate Blue. HEX triplet: 68, 4D and D8. RGB value is (104,77,216). Sum of RGB (Red+Green+Blue) = 104+77+216=397 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.20% from 397); Green value is 77 (30.47% from 255 or 19.40% from 397); Blue value is 216 (84.77% from 255 or 54.41% from 397); Max value from RGB is 216 - color contains mainly: blue. Hex color #684DD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #684DD8 is #97B227. Grayscale: #646464. Windows color (decimal): -9941544 or 14175592. OLE color: 14175592.
HSL color Cylindrical-coordinate representation of color #684DD8: hue angle of 251.65º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #684DD8 is Cyan = 0.52, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 77 | 216 | - |
| CMYK | 0.52 | 0.64 | 0 | 0.15 |
| HSL | 251.65º | 0.64% | 0.57% | - |
| HSV(B) | 251.65º | 0.64% | 0.85% | - |
| XYZ | 20.76 | 13.21 | 66.42 | - |
| YUV | 100.92 | 192.95 | 130.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 77 | 216 | 0.52 | 0.64 | 0 | 0.15 | 251.65 | 0.64 | 0.57 |
| Hex | 68 | 4D | D8 | 34 | 40 | 0 | F | FC | 40 | 39 |
| Octal | 150 | 115 | 330 | 64 | 100 | 0 | 17 | 374 | 100 | 71 |
| Binary | 1101000 | 1001101 | 11011000 | 110100 | 1000000 | 0 | 1111 | 11111100 | 1000000 | 111001 |
Color Harmonies of #684DD8
Complementary color
Monochromatic Colors of #684DD8
Black with #684DD8
Text Example
Text Example
White with #684DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684DD8; }
p { color: rgb(104,77,216); }
H1.HeaderClassName
{
color: #684DD8;
}
.AnyTagClassName
{
color: #684DD8;
}
</style>
background-color css
<style>
a { background-color: #684DD8; }
a { background-color: rgb(104,77,216); }
div.DivClassName
{
background-color: #684DD8;
}
.BgClassName
{
background-color: #684DD8;
}
</style>
border-color css
<style>
span { border-color: #684DD8; }
span { border-color: rgb(104,77,216); }
td.TdClassName
{
border-color: #684DD8;
}
.TagClassName
{
border-color: #684DD8;
}
</style>