Shades of Slate Blue #684EC0
Tints of Slate Blue #684EC0
RGB
CMYK
RGB Variations
Color information
#684EC0 (or 0x684EC0) is known color: Slate Blue. HEX triplet: 68, 4E and C0. RGB value is (104,78,192). Sum of RGB (Red+Green+Blue) = 104+78+192=374 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.81% from 374); Green value is 78 (30.86% from 255 or 20.86% from 374); Blue value is 192 (75.39% from 255 or 51.34% from 374); Max value from RGB is 192 - color contains mainly: blue. Hex color #684EC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #684EC0 is #97B13F. Grayscale: #626262. Windows color (decimal): -9941312 or 12602984. OLE color: 12602984.
HSL color Cylindrical-coordinate representation of color #684EC0: hue angle of 253.68º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #684EC0 is Cyan = 0.46, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 104 | 78 | 192 | - |
| CMYK | 0.46 | 0.59 | 0 | 0.25 |
| HSL | 253.68º | 0.48% | 0.53% | - |
| HSV(B) | 253.68º | 0.59% | 0.75% | - |
| XYZ | 17.95 | 12.2 | 51.28 | - |
| YUV | 98.77 | 180.61 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 78 | 192 | 0.46 | 0.59 | 0 | 0.25 | 253.68 | 0.48 | 0.53 |
| Hex | 68 | 4E | C0 | 2E | 3B | 0 | 19 | FE | 30 | 35 |
| Octal | 150 | 116 | 300 | 56 | 73 | 0 | 31 | 376 | 60 | 65 |
| Binary | 1101000 | 1001110 | 11000000 | 101110 | 111011 | 0 | 11001 | 11111110 | 110000 | 110101 |
Color Harmonies of #684EC0
Complementary color
Monochromatic Colors of #684EC0
Black with #684EC0
Text Example
Text Example
White with #684EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684EC0; }
p { color: rgb(104,78,192); }
H1.HeaderClassName
{
color: #684EC0;
}
.AnyTagClassName
{
color: #684EC0;
}
</style>
background-color css
<style>
a { background-color: #684EC0; }
a { background-color: rgb(104,78,192); }
div.DivClassName
{
background-color: #684EC0;
}
.BgClassName
{
background-color: #684EC0;
}
</style>
border-color css
<style>
span { border-color: #684EC0; }
span { border-color: rgb(104,78,192); }
td.TdClassName
{
border-color: #684EC0;
}
.TagClassName
{
border-color: #684EC0;
}
</style>