Shades of Slate Blue #684ECE
Tints of Slate Blue #684ECE
RGB
CMYK
RGB Variations
Color information
#684ECE (or 0x684ECE) is known color: Slate Blue. HEX triplet: 68, 4E and CE. RGB value is (104,78,206). Sum of RGB (Red+Green+Blue) = 104+78+206=388 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.80% from 388); Green value is 78 (30.86% from 255 or 20.10% from 388); Blue value is 206 (80.86% from 255 or 53.09% from 388); Max value from RGB is 206 - color contains mainly: blue. Hex color #684ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #684ECE is #97B131. Grayscale: #636363. Windows color (decimal): -9941298 or 13520488. OLE color: 13520488.
HSL color Cylindrical-coordinate representation of color #684ECE: hue angle of 252.19º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #684ECE is Cyan = 0.50, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 78 | 206 | - |
| CMYK | 0.50 | 0.62 | 0 | 0.19 |
| HSL | 252.19º | 0.57% | 0.56% | - |
| HSV(B) | 252.19º | 0.62% | 0.81% | - |
| XYZ | 19.57 | 12.85 | 59.84 | - |
| YUV | 100.37 | 187.61 | 130.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 78 | 206 | 0.50 | 0.62 | 0 | 0.19 | 252.19 | 0.57 | 0.56 |
| Hex | 68 | 4E | CE | 32 | 3E | 0 | 13 | FC | 39 | 38 |
| Octal | 150 | 116 | 316 | 62 | 76 | 0 | 23 | 374 | 71 | 70 |
| Binary | 1101000 | 1001110 | 11001110 | 110010 | 111110 | 0 | 10011 | 11111100 | 111001 | 111000 |
Color Harmonies of #684ECE
Complementary color
Monochromatic Colors of #684ECE
Black with #684ECE
Text Example
Text Example
White with #684ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684ECE; }
p { color: rgb(104,78,206); }
H1.HeaderClassName
{
color: #684ECE;
}
.AnyTagClassName
{
color: #684ECE;
}
</style>
background-color css
<style>
a { background-color: #684ECE; }
a { background-color: rgb(104,78,206); }
div.DivClassName
{
background-color: #684ECE;
}
.BgClassName
{
background-color: #684ECE;
}
</style>
border-color css
<style>
span { border-color: #684ECE; }
span { border-color: rgb(104,78,206); }
td.TdClassName
{
border-color: #684ECE;
}
.TagClassName
{
border-color: #684ECE;
}
</style>