Shades of Slate Blue #684BDC
Tints of Slate Blue #684BDC
RGB
CMYK
RGB Variations
Color information
#684BDC (or 0x684BDC) is known color: Slate Blue. HEX triplet: 68, 4B and DC. RGB value is (104,75,220). Sum of RGB (Red+Green+Blue) = 104+75+220=399 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.07% from 399); Green value is 75 (29.69% from 255 or 18.80% from 399); Blue value is 220 (86.33% from 255 or 55.14% from 399); Max value from RGB is 220 - color contains mainly: blue. Hex color #684BDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #684BDC is #97B423. Grayscale: #636363. Windows color (decimal): -9942052 or 14437224. OLE color: 14437224.
HSL color Cylindrical-coordinate representation of color #684BDC: hue angle of 252º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #684BDC is Cyan = 0.53, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 75 | 220 | - |
| CMYK | 0.53 | 0.66 | 0 | 0.14 |
| HSL | 252º | 0.67% | 0.58% | - |
| HSV(B) | 252º | 0.66% | 0.86% | - |
| XYZ | 21.14 | 13.14 | 69.13 | - |
| YUV | 100.2 | 195.61 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 75 | 220 | 0.53 | 0.66 | 0 | 0.14 | 252 | 0.67 | 0.58 |
| Hex | 68 | 4B | DC | 35 | 42 | 0 | E | FC | 43 | 3A |
| Octal | 150 | 113 | 334 | 65 | 102 | 0 | 16 | 374 | 103 | 72 |
| Binary | 1101000 | 1001011 | 11011100 | 110101 | 1000010 | 0 | 1110 | 11111100 | 1000011 | 111010 |
Color Harmonies of #684BDC
Complementary color
Monochromatic Colors of #684BDC
Black with #684BDC
Text Example
Text Example
White with #684BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684BDC; }
p { color: rgb(104,75,220); }
H1.HeaderClassName
{
color: #684BDC;
}
.AnyTagClassName
{
color: #684BDC;
}
</style>
background-color css
<style>
a { background-color: #684BDC; }
a { background-color: rgb(104,75,220); }
div.DivClassName
{
background-color: #684BDC;
}
.BgClassName
{
background-color: #684BDC;
}
</style>
border-color css
<style>
span { border-color: #684BDC; }
span { border-color: rgb(104,75,220); }
td.TdClassName
{
border-color: #684BDC;
}
.TagClassName
{
border-color: #684BDC;
}
</style>