Shades of Slate Blue #684ECC
Tints of Slate Blue #684ECC
RGB
CMYK
RGB Variations
Color information
#684ECC (or 0x684ECC) is known color: Slate Blue. HEX triplet: 68, 4E and CC. RGB value is (104,78,204). Sum of RGB (Red+Green+Blue) = 104+78+204=386 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.94% from 386); Green value is 78 (30.86% from 255 or 20.21% from 386); Blue value is 204 (80.08% from 255 or 52.85% from 386); Max value from RGB is 204 - color contains mainly: blue. Hex color #684ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #684ECC is #97B133. Grayscale: #636363. Windows color (decimal): -9941300 or 13389416. OLE color: 13389416.
HSL color Cylindrical-coordinate representation of color #684ECC: hue angle of 252.38º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #684ECC is Cyan = 0.49, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 104 | 78 | 204 | - |
| CMYK | 0.49 | 0.62 | 0 | 0.2 |
| HSL | 252.38º | 0.55% | 0.55% | - |
| HSV(B) | 252.38º | 0.62% | 0.8% | - |
| XYZ | 19.33 | 12.75 | 58.57 | - |
| YUV | 100.14 | 186.61 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 78 | 204 | 0.49 | 0.62 | 0 | 0.2 | 252.38 | 0.55 | 0.55 |
| Hex | 68 | 4E | CC | 31 | 3E | 0 | 14 | FC | 37 | 37 |
| Octal | 150 | 116 | 314 | 61 | 76 | 0 | 24 | 374 | 67 | 67 |
| Binary | 1101000 | 1001110 | 11001100 | 110001 | 111110 | 0 | 10100 | 11111100 | 110111 | 110111 |
Color Harmonies of #684ECC
Complementary color
Monochromatic Colors of #684ECC
Black with #684ECC
Text Example
Text Example
White with #684ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684ECC; }
p { color: rgb(104,78,204); }
H1.HeaderClassName
{
color: #684ECC;
}
.AnyTagClassName
{
color: #684ECC;
}
</style>
background-color css
<style>
a { background-color: #684ECC; }
a { background-color: rgb(104,78,204); }
div.DivClassName
{
background-color: #684ECC;
}
.BgClassName
{
background-color: #684ECC;
}
</style>
border-color css
<style>
span { border-color: #684ECC; }
span { border-color: rgb(104,78,204); }
td.TdClassName
{
border-color: #684ECC;
}
.TagClassName
{
border-color: #684ECC;
}
</style>