Shades of Chetwode Blue #686CAC
Tints of Chetwode Blue #686CAC
RGB
CMYK
RGB Variations
Color information
#686CAC (or 0x686CAC) is known color: Chetwode Blue. HEX triplet: 68, 6C and AC. RGB value is (104,108,172). Sum of RGB (Red+Green+Blue) = 104+108+172=384 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.08% from 384); Green value is 108 (42.58% from 255 or 28.12% from 384); Blue value is 172 (67.58% from 255 or 44.79% from 384); Max value from RGB is 172 - color contains mainly: blue. Hex color #686CAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686CAC is #979353. Grayscale: #717171. Windows color (decimal): -9933652 or 11299944. OLE color: 11299944.
HSL color Cylindrical-coordinate representation of color #686CAC: hue angle of 236.47º 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 #686CAC is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 108 | 172 | - |
| CMYK | 0.40 | 0.37 | 0 | 0.33 |
| HSL | 236.47º | 0.29% | 0.54% | - |
| HSV(B) | 236.47º | 0.4% | 0.67% | - |
| XYZ | 18.52 | 16.65 | 41.27 | - |
| YUV | 114.1 | 160.67 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 108 | 172 | 0.40 | 0.37 | 0 | 0.33 | 236.47 | 0.29 | 0.54 |
| Hex | 68 | 6C | AC | 28 | 25 | 0 | 21 | EC | 1D | 36 |
| Octal | 150 | 154 | 254 | 50 | 45 | 0 | 41 | 354 | 35 | 66 |
| Binary | 1101000 | 1101100 | 10101100 | 101000 | 100101 | 0 | 100001 | 11101100 | 11101 | 110110 |
Color Harmonies of #686CAC
Complementary color
Monochromatic Colors of #686CAC
Black with #686CAC
Text Example
Text Example
White with #686CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686CAC; }
p { color: rgb(104,108,172); }
H1.HeaderClassName
{
color: #686CAC;
}
.AnyTagClassName
{
color: #686CAC;
}
</style>
background-color css
<style>
a { background-color: #686CAC; }
a { background-color: rgb(104,108,172); }
div.DivClassName
{
background-color: #686CAC;
}
.BgClassName
{
background-color: #686CAC;
}
</style>
border-color css
<style>
span { border-color: #686CAC; }
span { border-color: rgb(104,108,172); }
td.TdClassName
{
border-color: #686CAC;
}
.TagClassName
{
border-color: #686CAC;
}
</style>