Shades of Slate Blue #685ECB
Tints of Slate Blue #685ECB
RGB
CMYK
RGB Variations
Color information
#685ECB (or 0x685ECB) is known color: Slate Blue. HEX triplet: 68, 5E and CB. RGB value is (104,94,203). Sum of RGB (Red+Green+Blue) = 104+94+203=401 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.94% from 401); Green value is 94 (37.11% from 255 or 23.44% from 401); Blue value is 203 (79.69% from 255 or 50.62% from 401); Max value from RGB is 203 - color contains mainly: blue. Hex color #685ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685ECB is #97A134. Grayscale: #6C6C6C. Windows color (decimal): -9937205 or 13327976. OLE color: 13327976.
HSL color Cylindrical-coordinate representation of color #685ECB: hue angle of 245.5º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #685ECB is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 94 | 203 | - |
| CMYK | 0.49 | 0.54 | 0 | 0.20 |
| HSL | 245.5º | 0.51% | 0.58% | - |
| HSV(B) | 245.5º | 0.54% | 0.8% | - |
| XYZ | 20.49 | 15.26 | 58.37 | - |
| YUV | 109.42 | 180.81 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 94 | 203 | 0.49 | 0.54 | 0 | 0.20 | 245.5 | 0.51 | 0.58 |
| Hex | 68 | 5E | CB | 31 | 36 | 0 | 14 | F6 | 33 | 3A |
| Octal | 150 | 136 | 313 | 61 | 66 | 0 | 24 | 366 | 63 | 72 |
| Binary | 1101000 | 1011110 | 11001011 | 110001 | 110110 | 0 | 10100 | 11110110 | 110011 | 111010 |
Color Harmonies of #685ECB
Complementary color
Monochromatic Colors of #685ECB
Black with #685ECB
Text Example
Text Example
White with #685ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685ECB; }
p { color: rgb(104,94,203); }
H1.HeaderClassName
{
color: #685ECB;
}
.AnyTagClassName
{
color: #685ECB;
}
</style>
background-color css
<style>
a { background-color: #685ECB; }
a { background-color: rgb(104,94,203); }
div.DivClassName
{
background-color: #685ECB;
}
.BgClassName
{
background-color: #685ECB;
}
</style>
border-color css
<style>
span { border-color: #685ECB; }
span { border-color: rgb(104,94,203); }
td.TdClassName
{
border-color: #685ECB;
}
.TagClassName
{
border-color: #685ECB;
}
</style>