Shades of Slate Blue #684ECF
Tints of Slate Blue #684ECF
RGB
CMYK
RGB Variations
Color information
#684ECF (or 0x684ECF) is known color: Slate Blue. HEX triplet: 68, 4E and CF. RGB value is (104,78,207). Sum of RGB (Red+Green+Blue) = 104+78+207=389 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.74% from 389); Green value is 78 (30.86% from 255 or 20.05% from 389); Blue value is 207 (81.25% from 255 or 53.21% from 389); Max value from RGB is 207 - color contains mainly: blue. Hex color #684ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #684ECF is #97B130. Grayscale: #636363. Windows color (decimal): -9941297 or 13586024. OLE color: 13586024.
HSL color Cylindrical-coordinate representation of color #684ECF: hue angle of 252.09º 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 #684ECF is Cyan = 0.50, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 78 | 207 | - |
| CMYK | 0.50 | 0.62 | 0 | 0.19 |
| HSL | 252.09º | 0.57% | 0.56% | - |
| HSV(B) | 252.09º | 0.62% | 0.81% | - |
| XYZ | 19.7 | 12.9 | 60.48 | - |
| YUV | 100.48 | 188.11 | 130.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 78 | 207 | 0.50 | 0.62 | 0 | 0.19 | 252.09 | 0.57 | 0.56 |
| Hex | 68 | 4E | CF | 32 | 3E | 0 | 13 | FC | 39 | 38 |
| Octal | 150 | 116 | 317 | 62 | 76 | 0 | 23 | 374 | 71 | 70 |
| Binary | 1101000 | 1001110 | 11001111 | 110010 | 111110 | 0 | 10011 | 11111100 | 111001 | 111000 |
Color Harmonies of #684ECF
Complementary color
Monochromatic Colors of #684ECF
Black with #684ECF
Text Example
Text Example
White with #684ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684ECF; }
p { color: rgb(104,78,207); }
H1.HeaderClassName
{
color: #684ECF;
}
.AnyTagClassName
{
color: #684ECF;
}
</style>
background-color css
<style>
a { background-color: #684ECF; }
a { background-color: rgb(104,78,207); }
div.DivClassName
{
background-color: #684ECF;
}
.BgClassName
{
background-color: #684ECF;
}
</style>
border-color css
<style>
span { border-color: #684ECF; }
span { border-color: rgb(104,78,207); }
td.TdClassName
{
border-color: #684ECF;
}
.TagClassName
{
border-color: #684ECF;
}
</style>