Shades of Slate Blue #684ECB
Tints of Slate Blue #684ECB
RGB
CMYK
RGB Variations
Color information
#684ECB (or 0x684ECB) is known color: Slate Blue. HEX triplet: 68, 4E and CB. RGB value is (104,78,203). Sum of RGB (Red+Green+Blue) = 104+78+203=385 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.01% from 385); Green value is 78 (30.86% from 255 or 20.26% from 385); Blue value is 203 (79.69% from 255 or 52.73% from 385); Max value from RGB is 203 - color contains mainly: blue. Hex color #684ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #684ECB is #97B134. Grayscale: #636363. Windows color (decimal): -9941301 or 13323880. OLE color: 13323880.
HSL color Cylindrical-coordinate representation of color #684ECB: hue angle of 252.48º 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 #684ECB is Cyan = 0.49, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 78 | 203 | - |
| CMYK | 0.49 | 0.62 | 0 | 0.20 |
| HSL | 252.48º | 0.55% | 0.55% | - |
| HSV(B) | 252.48º | 0.62% | 0.8% | - |
| XYZ | 19.21 | 12.7 | 57.94 | - |
| YUV | 100.02 | 186.11 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 78 | 203 | 0.49 | 0.62 | 0 | 0.20 | 252.48 | 0.55 | 0.55 |
| Hex | 68 | 4E | CB | 31 | 3E | 0 | 14 | FC | 37 | 37 |
| Octal | 150 | 116 | 313 | 61 | 76 | 0 | 24 | 374 | 67 | 67 |
| Binary | 1101000 | 1001110 | 11001011 | 110001 | 111110 | 0 | 10100 | 11111100 | 110111 | 110111 |
Color Harmonies of #684ECB
Complementary color
Monochromatic Colors of #684ECB
Black with #684ECB
Text Example
Text Example
White with #684ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684ECB; }
p { color: rgb(104,78,203); }
H1.HeaderClassName
{
color: #684ECB;
}
.AnyTagClassName
{
color: #684ECB;
}
</style>
background-color css
<style>
a { background-color: #684ECB; }
a { background-color: rgb(104,78,203); }
div.DivClassName
{
background-color: #684ECB;
}
.BgClassName
{
background-color: #684ECB;
}
</style>
border-color css
<style>
span { border-color: #684ECB; }
span { border-color: rgb(104,78,203); }
td.TdClassName
{
border-color: #684ECB;
}
.TagClassName
{
border-color: #684ECB;
}
</style>