Shades of Slate Blue #685ACE
Tints of Slate Blue #685ACE
RGB
CMYK
RGB Variations
Color information
#685ACE (or 0x685ACE) is known color: Slate Blue. HEX triplet: 68, 5A and CE. RGB value is (104,90,206). Sum of RGB (Red+Green+Blue) = 104+90+206=400 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26% from 400); Green value is 90 (35.55% from 255 or 22.5% from 400); Blue value is 206 (80.86% from 255 or 51.5% from 400); Max value from RGB is 206 - color contains mainly: blue. Hex color #685ACE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685ACE is #97A531. Grayscale: #6A6A6A. Windows color (decimal): -9938226 or 13523560. OLE color: 13523560.
HSL color Cylindrical-coordinate representation of color #685ACE: hue angle of 247.24º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #685ACE is Cyan = 0.50, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 90 | 206 | - |
| CMYK | 0.50 | 0.56 | 0 | 0.19 |
| HSL | 247.24º | 0.54% | 0.58% | - |
| HSV(B) | 247.24º | 0.56% | 0.81% | - |
| XYZ | 20.51 | 14.71 | 60.15 | - |
| YUV | 107.41 | 183.64 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 90 | 206 | 0.50 | 0.56 | 0 | 0.19 | 247.24 | 0.54 | 0.58 |
| Hex | 68 | 5A | CE | 32 | 38 | 0 | 13 | F7 | 36 | 3A |
| Octal | 150 | 132 | 316 | 62 | 70 | 0 | 23 | 367 | 66 | 72 |
| Binary | 1101000 | 1011010 | 11001110 | 110010 | 111000 | 0 | 10011 | 11110111 | 110110 | 111010 |
Color Harmonies of #685ACE
Complementary color
Monochromatic Colors of #685ACE
Black with #685ACE
Text Example
Text Example
White with #685ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685ACE; }
p { color: rgb(104,90,206); }
H1.HeaderClassName
{
color: #685ACE;
}
.AnyTagClassName
{
color: #685ACE;
}
</style>
background-color css
<style>
a { background-color: #685ACE; }
a { background-color: rgb(104,90,206); }
div.DivClassName
{
background-color: #685ACE;
}
.BgClassName
{
background-color: #685ACE;
}
</style>
border-color css
<style>
span { border-color: #685ACE; }
span { border-color: rgb(104,90,206); }
td.TdClassName
{
border-color: #685ACE;
}
.TagClassName
{
border-color: #685ACE;
}
</style>