Shades of Slate Blue #684EE0
Tints of Slate Blue #684EE0
RGB
CMYK
RGB Variations
Color information
#684EE0 (or 0x684EE0) is known color: Slate Blue. HEX triplet: 68, 4E and E0. RGB value is (104,78,224). Sum of RGB (Red+Green+Blue) = 104+78+224=406 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.62% from 406); Green value is 78 (30.86% from 255 or 19.21% from 406); Blue value is 224 (87.89% from 255 or 55.17% from 406); Max value from RGB is 224 - color contains mainly: blue. Hex color #684EE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #684EE0 is #97B11F. Grayscale: #656565. Windows color (decimal): -9941280 or 14700136. OLE color: 14700136.
HSL color Cylindrical-coordinate representation of color #684EE0: hue angle of 250.68º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #684EE0 is Cyan = 0.54, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 104 | 78 | 224 | - |
| CMYK | 0.54 | 0.65 | 0 | 0.12 |
| HSL | 250.68º | 0.7% | 0.59% | - |
| HSV(B) | 250.68º | 0.65% | 0.88% | - |
| XYZ | 21.89 | 13.77 | 72.03 | - |
| YUV | 102.42 | 196.61 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 78 | 224 | 0.54 | 0.65 | 0 | 0.12 | 250.68 | 0.7 | 0.59 |
| Hex | 68 | 4E | E0 | 36 | 41 | 0 | C | FB | 46 | 3B |
| Octal | 150 | 116 | 340 | 66 | 101 | 0 | 14 | 373 | 106 | 73 |
| Binary | 1101000 | 1001110 | 11100000 | 110110 | 1000001 | 0 | 1100 | 11111011 | 1000110 | 111011 |
Color Harmonies of #684EE0
Complementary color
Monochromatic Colors of #684EE0
Black with #684EE0
Text Example
Text Example
White with #684EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684EE0; }
p { color: rgb(104,78,224); }
H1.HeaderClassName
{
color: #684EE0;
}
.AnyTagClassName
{
color: #684EE0;
}
</style>
background-color css
<style>
a { background-color: #684EE0; }
a { background-color: rgb(104,78,224); }
div.DivClassName
{
background-color: #684EE0;
}
.BgClassName
{
background-color: #684EE0;
}
</style>
border-color css
<style>
span { border-color: #684EE0; }
span { border-color: rgb(104,78,224); }
td.TdClassName
{
border-color: #684EE0;
}
.TagClassName
{
border-color: #684EE0;
}
</style>