Shades of Slate Blue #684AD4
Tints of Slate Blue #684AD4
RGB
CMYK
RGB Variations
Color information
#684AD4 (or 0x684AD4) is known color: Slate Blue. HEX triplet: 68, 4A and D4. RGB value is (104,74,212). Sum of RGB (Red+Green+Blue) = 104+74+212=390 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.67% from 390); Green value is 74 (29.30% from 255 or 18.97% from 390); Blue value is 212 (83.20% from 255 or 54.36% from 390); Max value from RGB is 212 - color contains mainly: blue. Hex color #684AD4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #684AD4 is #97B52B. Grayscale: #626262. Windows color (decimal): -9942316 or 13912680. OLE color: 13912680.
HSL color Cylindrical-coordinate representation of color #684AD4: hue angle of 253.04º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #684AD4 is Cyan = 0.51, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 104 | 74 | 212 | - |
| CMYK | 0.51 | 0.65 | 0 | 0.17 |
| HSL | 253.04º | 0.62% | 0.56% | - |
| HSV(B) | 253.04º | 0.65% | 0.83% | - |
| XYZ | 20.04 | 12.59 | 63.66 | - |
| YUV | 98.7 | 191.94 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 74 | 212 | 0.51 | 0.65 | 0 | 0.17 | 253.04 | 0.62 | 0.56 |
| Hex | 68 | 4A | D4 | 33 | 41 | 0 | 11 | FD | 3E | 38 |
| Octal | 150 | 112 | 324 | 63 | 101 | 0 | 21 | 375 | 76 | 70 |
| Binary | 1101000 | 1001010 | 11010100 | 110011 | 1000001 | 0 | 10001 | 11111101 | 111110 | 111000 |
Color Harmonies of #684AD4
Complementary color
Monochromatic Colors of #684AD4
Black with #684AD4
Text Example
Text Example
White with #684AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684AD4; }
p { color: rgb(104,74,212); }
H1.HeaderClassName
{
color: #684AD4;
}
.AnyTagClassName
{
color: #684AD4;
}
</style>
background-color css
<style>
a { background-color: #684AD4; }
a { background-color: rgb(104,74,212); }
div.DivClassName
{
background-color: #684AD4;
}
.BgClassName
{
background-color: #684AD4;
}
</style>
border-color css
<style>
span { border-color: #684AD4; }
span { border-color: rgb(104,74,212); }
td.TdClassName
{
border-color: #684AD4;
}
.TagClassName
{
border-color: #684AD4;
}
</style>