Shades of Slate Blue #684EDE
Tints of Slate Blue #684EDE
RGB
CMYK
RGB Variations
Color information
#684EDE (or 0x684EDE) is known color: Slate Blue. HEX triplet: 68, 4E and DE. RGB value is (104,78,222). Sum of RGB (Red+Green+Blue) = 104+78+222=404 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.74% from 404); Green value is 78 (30.86% from 255 or 19.31% from 404); Blue value is 222 (87.11% from 255 or 54.95% from 404); Max value from RGB is 222 - color contains mainly: blue. Hex color #684EDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #684EDE is #97B121. Grayscale: #656565. Windows color (decimal): -9941282 or 14569064. OLE color: 14569064.
HSL color Cylindrical-coordinate representation of color #684EDE: hue angle of 250.83º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #684EDE is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 78 | 222 | - |
| CMYK | 0.53 | 0.65 | 0 | 0.13 |
| HSL | 250.83º | 0.69% | 0.59% | - |
| HSV(B) | 250.83º | 0.65% | 0.87% | - |
| XYZ | 21.62 | 13.67 | 70.61 | - |
| YUV | 102.19 | 195.61 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 78 | 222 | 0.53 | 0.65 | 0 | 0.13 | 250.83 | 0.69 | 0.59 |
| Hex | 68 | 4E | DE | 35 | 41 | 0 | D | FB | 45 | 3B |
| Octal | 150 | 116 | 336 | 65 | 101 | 0 | 15 | 373 | 105 | 73 |
| Binary | 1101000 | 1001110 | 11011110 | 110101 | 1000001 | 0 | 1101 | 11111011 | 1000101 | 111011 |
Color Harmonies of #684EDE
Complementary color
Monochromatic Colors of #684EDE
Black with #684EDE
Text Example
Text Example
White with #684EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684EDE; }
p { color: rgb(104,78,222); }
H1.HeaderClassName
{
color: #684EDE;
}
.AnyTagClassName
{
color: #684EDE;
}
</style>
background-color css
<style>
a { background-color: #684EDE; }
a { background-color: rgb(104,78,222); }
div.DivClassName
{
background-color: #684EDE;
}
.BgClassName
{
background-color: #684EDE;
}
</style>
border-color css
<style>
span { border-color: #684EDE; }
span { border-color: rgb(104,78,222); }
td.TdClassName
{
border-color: #684EDE;
}
.TagClassName
{
border-color: #684EDE;
}
</style>