Shades of Slate Blue #684CDD
Tints of Slate Blue #684CDD
RGB
CMYK
RGB Variations
Color information
#684CDD (or 0x684CDD) is known color: Slate Blue. HEX triplet: 68, 4C and DD. RGB value is (104,76,221). Sum of RGB (Red+Green+Blue) = 104+76+221=401 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.94% from 401); Green value is 76 (30.08% from 255 or 18.95% from 401); Blue value is 221 (86.72% from 255 or 55.11% from 401); Max value from RGB is 221 - color contains mainly: blue. Hex color #684CDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #684CDD is #97B322. Grayscale: #646464. Windows color (decimal): -9941795 or 14503016. OLE color: 14503016.
HSL color Cylindrical-coordinate representation of color #684CDD: hue angle of 251.59º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #684CDD is Cyan = 0.53, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 76 | 221 | - |
| CMYK | 0.53 | 0.66 | 0 | 0.13 |
| HSL | 251.59º | 0.68% | 0.58% | - |
| HSV(B) | 251.59º | 0.66% | 0.87% | - |
| XYZ | 21.34 | 13.33 | 69.86 | - |
| YUV | 100.9 | 195.78 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 76 | 221 | 0.53 | 0.66 | 0 | 0.13 | 251.59 | 0.68 | 0.58 |
| Hex | 68 | 4C | DD | 35 | 42 | 0 | D | FC | 44 | 3A |
| Octal | 150 | 114 | 335 | 65 | 102 | 0 | 15 | 374 | 104 | 72 |
| Binary | 1101000 | 1001100 | 11011101 | 110101 | 1000010 | 0 | 1101 | 11111100 | 1000100 | 111010 |
Color Harmonies of #684CDD
Complementary color
Monochromatic Colors of #684CDD
Black with #684CDD
Text Example
Text Example
White with #684CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684CDD; }
p { color: rgb(104,76,221); }
H1.HeaderClassName
{
color: #684CDD;
}
.AnyTagClassName
{
color: #684CDD;
}
</style>
background-color css
<style>
a { background-color: #684CDD; }
a { background-color: rgb(104,76,221); }
div.DivClassName
{
background-color: #684CDD;
}
.BgClassName
{
background-color: #684CDD;
}
</style>
border-color css
<style>
span { border-color: #684CDD; }
span { border-color: rgb(104,76,221); }
td.TdClassName
{
border-color: #684CDD;
}
.TagClassName
{
border-color: #684CDD;
}
</style>