Shades of Slate Blue #684ADE
Tints of Slate Blue #684ADE
RGB
CMYK
RGB Variations
Color information
#684ADE (or 0x684ADE) is known color: Slate Blue. HEX triplet: 68, 4A and DE. RGB value is (104,74,222). Sum of RGB (Red+Green+Blue) = 104+74+222=400 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26% from 400); Green value is 74 (29.30% from 255 or 18.5% from 400); Blue value is 222 (87.11% from 255 or 55.5% from 400); Max value from RGB is 222 - color contains mainly: blue. Hex color #684ADE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #684ADE is #97B521. Grayscale: #636363. Windows color (decimal): -9942306 or 14568040. OLE color: 14568040.
HSL color Cylindrical-coordinate representation of color #684ADE: hue angle of 252.16º degrees, saturation: 0.69, 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 #684ADE is Cyan = 0.53, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 74 | 222 | - |
| CMYK | 0.53 | 0.67 | 0 | 0.13 |
| HSL | 252.16º | 0.69% | 0.58% | - |
| HSV(B) | 252.16º | 0.67% | 0.87% | - |
| XYZ | 21.34 | 13.11 | 70.51 | - |
| YUV | 99.84 | 196.94 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 74 | 222 | 0.53 | 0.67 | 0 | 0.13 | 252.16 | 0.69 | 0.58 |
| Hex | 68 | 4A | DE | 35 | 43 | 0 | D | FC | 45 | 3A |
| Octal | 150 | 112 | 336 | 65 | 103 | 0 | 15 | 374 | 105 | 72 |
| Binary | 1101000 | 1001010 | 11011110 | 110101 | 1000011 | 0 | 1101 | 11111100 | 1000101 | 111010 |
Color Harmonies of #684ADE
Complementary color
Monochromatic Colors of #684ADE
Black with #684ADE
Text Example
Text Example
White with #684ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684ADE; }
p { color: rgb(104,74,222); }
H1.HeaderClassName
{
color: #684ADE;
}
.AnyTagClassName
{
color: #684ADE;
}
</style>
background-color css
<style>
a { background-color: #684ADE; }
a { background-color: rgb(104,74,222); }
div.DivClassName
{
background-color: #684ADE;
}
.BgClassName
{
background-color: #684ADE;
}
</style>
border-color css
<style>
span { border-color: #684ADE; }
span { border-color: rgb(104,74,222); }
td.TdClassName
{
border-color: #684ADE;
}
.TagClassName
{
border-color: #684ADE;
}
</style>