Shades of Slate Blue #684BD9
Tints of Slate Blue #684BD9
RGB
CMYK
RGB Variations
Color information
#684BD9 (or 0x684BD9) is known color: Slate Blue. HEX triplet: 68, 4B and D9. RGB value is (104,75,217). Sum of RGB (Red+Green+Blue) = 104+75+217=396 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.26% from 396); Green value is 75 (29.69% from 255 or 18.94% from 396); Blue value is 217 (85.16% from 255 or 54.80% from 396); Max value from RGB is 217 - color contains mainly: blue. Hex color #684BD9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #684BD9 is #97B426. Grayscale: #636363. Windows color (decimal): -9942055 or 14240616. OLE color: 14240616.
HSL color Cylindrical-coordinate representation of color #684BD9: hue angle of 252.25º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #684BD9 is Cyan = 0.52, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 75 | 217 | - |
| CMYK | 0.52 | 0.65 | 0 | 0.15 |
| HSL | 252.25º | 0.65% | 0.57% | - |
| HSV(B) | 252.25º | 0.65% | 0.85% | - |
| XYZ | 20.75 | 12.98 | 67.06 | - |
| YUV | 99.86 | 194.11 | 130.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 75 | 217 | 0.52 | 0.65 | 0 | 0.15 | 252.25 | 0.65 | 0.57 |
| Hex | 68 | 4B | D9 | 34 | 41 | 0 | F | FC | 41 | 39 |
| Octal | 150 | 113 | 331 | 64 | 101 | 0 | 17 | 374 | 101 | 71 |
| Binary | 1101000 | 1001011 | 11011001 | 110100 | 1000001 | 0 | 1111 | 11111100 | 1000001 | 111001 |
Color Harmonies of #684BD9
Complementary color
Monochromatic Colors of #684BD9
Black with #684BD9
Text Example
Text Example
White with #684BD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684BD9; }
p { color: rgb(104,75,217); }
H1.HeaderClassName
{
color: #684BD9;
}
.AnyTagClassName
{
color: #684BD9;
}
</style>
background-color css
<style>
a { background-color: #684BD9; }
a { background-color: rgb(104,75,217); }
div.DivClassName
{
background-color: #684BD9;
}
.BgClassName
{
background-color: #684BD9;
}
</style>
border-color css
<style>
span { border-color: #684BD9; }
span { border-color: rgb(104,75,217); }
td.TdClassName
{
border-color: #684BD9;
}
.TagClassName
{
border-color: #684BD9;
}
</style>