Shades of Chetwode Blue #686AAE
Tints of Chetwode Blue #686AAE
RGB
CMYK
RGB Variations
Color information
#686AAE (or 0x686AAE) is known color: Chetwode Blue. HEX triplet: 68, 6A and AE. RGB value is (104,106,174). Sum of RGB (Red+Green+Blue) = 104+106+174=384 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.08% from 384); Green value is 106 (41.80% from 255 or 27.60% from 384); Blue value is 174 (68.36% from 255 or 45.31% from 384); Max value from RGB is 174 - color contains mainly: blue. Hex color #686AAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686AAE is #979551. Grayscale: #707070. Windows color (decimal): -9934162 or 11430504. OLE color: 11430504.
HSL color Cylindrical-coordinate representation of color #686AAE: hue angle of 238.29º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #686AAE is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 104 | 106 | 174 | - |
| CMYK | 0.40 | 0.39 | 0 | 0.32 |
| HSL | 238.29º | 0.3% | 0.55% | - |
| HSV(B) | 238.29º | 0.4% | 0.68% | - |
| XYZ | 18.5 | 16.31 | 42.22 | - |
| YUV | 113.15 | 162.34 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 106 | 174 | 0.40 | 0.39 | 0 | 0.32 | 238.29 | 0.3 | 0.55 |
| Hex | 68 | 6A | AE | 28 | 27 | 0 | 20 | EE | 1E | 37 |
| Octal | 150 | 152 | 256 | 50 | 47 | 0 | 40 | 356 | 36 | 67 |
| Binary | 1101000 | 1101010 | 10101110 | 101000 | 100111 | 0 | 100000 | 11101110 | 11110 | 110111 |
Color Harmonies of #686AAE
Complementary color
Monochromatic Colors of #686AAE
Black with #686AAE
Text Example
Text Example
White with #686AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686AAE; }
p { color: rgb(104,106,174); }
H1.HeaderClassName
{
color: #686AAE;
}
.AnyTagClassName
{
color: #686AAE;
}
</style>
background-color css
<style>
a { background-color: #686AAE; }
a { background-color: rgb(104,106,174); }
div.DivClassName
{
background-color: #686AAE;
}
.BgClassName
{
background-color: #686AAE;
}
</style>
border-color css
<style>
span { border-color: #686AAE; }
span { border-color: rgb(104,106,174); }
td.TdClassName
{
border-color: #686AAE;
}
.TagClassName
{
border-color: #686AAE;
}
</style>