Shades of Chetwode Blue #686EAC
Tints of Chetwode Blue #686EAC
RGB
CMYK
RGB Variations
Color information
#686EAC (or 0x686EAC) is known color: Chetwode Blue. HEX triplet: 68, 6E and AC. RGB value is (104,110,172). Sum of RGB (Red+Green+Blue) = 104+110+172=386 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.94% from 386); Green value is 110 (43.36% from 255 or 28.50% from 386); Blue value is 172 (67.58% from 255 or 44.56% from 386); Max value from RGB is 172 - color contains mainly: blue. Hex color #686EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686EAC is #979153. Grayscale: #737373. Windows color (decimal): -9933140 or 11300456. OLE color: 11300456.
HSL color Cylindrical-coordinate representation of color #686EAC: hue angle of 234.71º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #686EAC is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 110 | 172 | - |
| CMYK | 0.40 | 0.36 | 0 | 0.33 |
| HSL | 234.71º | 0.29% | 0.54% | - |
| HSV(B) | 234.71º | 0.4% | 0.67% | - |
| XYZ | 18.73 | 17.07 | 41.34 | - |
| YUV | 115.27 | 160.01 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 110 | 172 | 0.40 | 0.36 | 0 | 0.33 | 234.71 | 0.29 | 0.54 |
| Hex | 68 | 6E | AC | 28 | 24 | 0 | 21 | EB | 1D | 36 |
| Octal | 150 | 156 | 254 | 50 | 44 | 0 | 41 | 353 | 35 | 66 |
| Binary | 1101000 | 1101110 | 10101100 | 101000 | 100100 | 0 | 100001 | 11101011 | 11101 | 110110 |
Color Harmonies of #686EAC
Complementary color
Monochromatic Colors of #686EAC
Black with #686EAC
Text Example
Text Example
White with #686EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686EAC; }
p { color: rgb(104,110,172); }
H1.HeaderClassName
{
color: #686EAC;
}
.AnyTagClassName
{
color: #686EAC;
}
</style>
background-color css
<style>
a { background-color: #686EAC; }
a { background-color: rgb(104,110,172); }
div.DivClassName
{
background-color: #686EAC;
}
.BgClassName
{
background-color: #686EAC;
}
</style>
border-color css
<style>
span { border-color: #686EAC; }
span { border-color: rgb(104,110,172); }
td.TdClassName
{
border-color: #686EAC;
}
.TagClassName
{
border-color: #686EAC;
}
</style>