Shades of Slate Blue #684DD5
Tints of Slate Blue #684DD5
RGB
CMYK
RGB Variations
Color information
#684DD5 (or 0x684DD5) is known color: Slate Blue. HEX triplet: 68, 4D and D5. RGB value is (104,77,213). Sum of RGB (Red+Green+Blue) = 104+77+213=394 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.40% from 394); Green value is 77 (30.47% from 255 or 19.54% from 394); Blue value is 213 (83.59% from 255 or 54.06% from 394); Max value from RGB is 213 - color contains mainly: blue. Hex color #684DD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #684DD5 is #97B22A. Grayscale: #646464. Windows color (decimal): -9941547 or 13978984. OLE color: 13978984.
HSL color Cylindrical-coordinate representation of color #684DD5: hue angle of 251.91º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #684DD5 is Cyan = 0.51, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 77 | 213 | - |
| CMYK | 0.51 | 0.64 | 0 | 0.16 |
| HSL | 251.91º | 0.62% | 0.57% | - |
| HSV(B) | 251.91º | 0.64% | 0.84% | - |
| XYZ | 20.37 | 13.05 | 64.4 | - |
| YUV | 100.58 | 191.45 | 130.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 77 | 213 | 0.51 | 0.64 | 0 | 0.16 | 251.91 | 0.62 | 0.57 |
| Hex | 68 | 4D | D5 | 33 | 40 | 0 | 10 | FC | 3E | 39 |
| Octal | 150 | 115 | 325 | 63 | 100 | 0 | 20 | 374 | 76 | 71 |
| Binary | 1101000 | 1001101 | 11010101 | 110011 | 1000000 | 0 | 10000 | 11111100 | 111110 | 111001 |
Color Harmonies of #684DD5
Complementary color
Monochromatic Colors of #684DD5
Black with #684DD5
Text Example
Text Example
White with #684DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684DD5; }
p { color: rgb(104,77,213); }
H1.HeaderClassName
{
color: #684DD5;
}
.AnyTagClassName
{
color: #684DD5;
}
</style>
background-color css
<style>
a { background-color: #684DD5; }
a { background-color: rgb(104,77,213); }
div.DivClassName
{
background-color: #684DD5;
}
.BgClassName
{
background-color: #684DD5;
}
</style>
border-color css
<style>
span { border-color: #684DD5; }
span { border-color: rgb(104,77,213); }
td.TdClassName
{
border-color: #684DD5;
}
.TagClassName
{
border-color: #684DD5;
}
</style>