Shades of Chetwode Blue #686AAA
Tints of Chetwode Blue #686AAA
RGB
CMYK
RGB Variations
Color information
#686AAA (or 0x686AAA) is known color: Chetwode Blue. HEX triplet: 68, 6A and AA. RGB value is (104,106,170). Sum of RGB (Red+Green+Blue) = 104+106+170=380 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.37% from 380); Green value is 106 (41.80% from 255 or 27.89% from 380); Blue value is 170 (66.80% from 255 or 44.74% from 380); Max value from RGB is 170 - color contains mainly: blue. Hex color #686AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686AAA is #979555. Grayscale: #707070. Windows color (decimal): -9934166 or 11168360. OLE color: 11168360.
HSL color Cylindrical-coordinate representation of color #686AAA: hue angle of 238.18º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #686AAA is Cyan = 0.39, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 106 | 170 | - |
| CMYK | 0.39 | 0.38 | 0 | 0.33 |
| HSL | 238.18º | 0.28% | 0.54% | - |
| HSV(B) | 238.18º | 0.39% | 0.67% | - |
| XYZ | 18.12 | 16.15 | 40.19 | - |
| YUV | 112.7 | 160.34 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 106 | 170 | 0.39 | 0.38 | 0 | 0.33 | 238.18 | 0.28 | 0.54 |
| Hex | 68 | 6A | AA | 27 | 26 | 0 | 21 | EE | 1C | 36 |
| Octal | 150 | 152 | 252 | 47 | 46 | 0 | 41 | 356 | 34 | 66 |
| Binary | 1101000 | 1101010 | 10101010 | 100111 | 100110 | 0 | 100001 | 11101110 | 11100 | 110110 |
Color Harmonies of #686AAA
Complementary color
Monochromatic Colors of #686AAA
Black with #686AAA
Text Example
Text Example
White with #686AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686AAA; }
p { color: rgb(104,106,170); }
H1.HeaderClassName
{
color: #686AAA;
}
.AnyTagClassName
{
color: #686AAA;
}
</style>
background-color css
<style>
a { background-color: #686AAA; }
a { background-color: rgb(104,106,170); }
div.DivClassName
{
background-color: #686AAA;
}
.BgClassName
{
background-color: #686AAA;
}
</style>
border-color css
<style>
span { border-color: #686AAA; }
span { border-color: rgb(104,106,170); }
td.TdClassName
{
border-color: #686AAA;
}
.TagClassName
{
border-color: #686AAA;
}
</style>