Shades of Chetwode Blue #686AA6
Tints of Chetwode Blue #686AA6
RGB
CMYK
RGB Variations
Color information
#686AA6 (or 0x686AA6) is known color: Chetwode Blue. HEX triplet: 68, 6A and A6. RGB value is (104,106,166). Sum of RGB (Red+Green+Blue) = 104+106+166=376 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.66% from 376); Green value is 106 (41.80% from 255 or 28.19% from 376); Blue value is 166 (65.23% from 255 or 44.15% from 376); Max value from RGB is 166 - color contains mainly: blue. Hex color #686AA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686AA6 is #979559. Grayscale: #707070. Windows color (decimal): -9934170 or 10906216. OLE color: 10906216.
HSL color Cylindrical-coordinate representation of color #686AA6: hue angle of 238.06º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #686AA6 is Cyan = 0.37, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 104 | 106 | 166 | - |
| CMYK | 0.37 | 0.36 | 0 | 0.35 |
| HSL | 238.06º | 0.26% | 0.53% | - |
| HSV(B) | 238.06º | 0.37% | 0.65% | - |
| XYZ | 17.75 | 16 | 38.23 | - |
| YUV | 112.24 | 158.34 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 106 | 166 | 0.37 | 0.36 | 0 | 0.35 | 238.06 | 0.26 | 0.53 |
| Hex | 68 | 6A | A6 | 25 | 24 | 0 | 23 | EE | 1A | 35 |
| Octal | 150 | 152 | 246 | 45 | 44 | 0 | 43 | 356 | 32 | 65 |
| Binary | 1101000 | 1101010 | 10100110 | 100101 | 100100 | 0 | 100011 | 11101110 | 11010 | 110101 |
Color Harmonies of #686AA6
Complementary color
Monochromatic Colors of #686AA6
Black with #686AA6
Text Example
Text Example
White with #686AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686AA6; }
p { color: rgb(104,106,166); }
H1.HeaderClassName
{
color: #686AA6;
}
.AnyTagClassName
{
color: #686AA6;
}
</style>
background-color css
<style>
a { background-color: #686AA6; }
a { background-color: rgb(104,106,166); }
div.DivClassName
{
background-color: #686AA6;
}
.BgClassName
{
background-color: #686AA6;
}
</style>
border-color css
<style>
span { border-color: #686AA6; }
span { border-color: rgb(104,106,166); }
td.TdClassName
{
border-color: #686AA6;
}
.TagClassName
{
border-color: #686AA6;
}
</style>