Shades of Slate Blue #684ADD
Tints of Slate Blue #684ADD
RGB
CMYK
RGB Variations
Color information
#684ADD (or 0x684ADD) is known color: Slate Blue. HEX triplet: 68, 4A and DD. RGB value is (104,74,221). Sum of RGB (Red+Green+Blue) = 104+74+221=399 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.07% from 399); Green value is 74 (29.30% from 255 or 18.55% from 399); Blue value is 221 (86.72% from 255 or 55.39% from 399); Max value from RGB is 221 - color contains mainly: blue. Hex color #684ADD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #684ADD is #97B522. Grayscale: #636363. Windows color (decimal): -9942307 or 14502504. OLE color: 14502504.
HSL color Cylindrical-coordinate representation of color #684ADD: hue angle of 252.24º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #684ADD is Cyan = 0.53, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 74 | 221 | - |
| CMYK | 0.53 | 0.67 | 0 | 0.13 |
| HSL | 252.24º | 0.68% | 0.58% | - |
| HSV(B) | 252.24º | 0.67% | 0.87% | - |
| XYZ | 21.21 | 13.06 | 69.81 | - |
| YUV | 99.73 | 196.44 | 131.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 74 | 221 | 0.53 | 0.67 | 0 | 0.13 | 252.24 | 0.68 | 0.58 |
| Hex | 68 | 4A | DD | 35 | 43 | 0 | D | FC | 44 | 3A |
| Octal | 150 | 112 | 335 | 65 | 103 | 0 | 15 | 374 | 104 | 72 |
| Binary | 1101000 | 1001010 | 11011101 | 110101 | 1000011 | 0 | 1101 | 11111100 | 1000100 | 111010 |
Color Harmonies of #684ADD
Complementary color
Monochromatic Colors of #684ADD
Black with #684ADD
Text Example
Text Example
White with #684ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684ADD; }
p { color: rgb(104,74,221); }
H1.HeaderClassName
{
color: #684ADD;
}
.AnyTagClassName
{
color: #684ADD;
}
</style>
background-color css
<style>
a { background-color: #684ADD; }
a { background-color: rgb(104,74,221); }
div.DivClassName
{
background-color: #684ADD;
}
.BgClassName
{
background-color: #684ADD;
}
</style>
border-color css
<style>
span { border-color: #684ADD; }
span { border-color: rgb(104,74,221); }
td.TdClassName
{
border-color: #684ADD;
}
.TagClassName
{
border-color: #684ADD;
}
</style>