Shades of Chetwode Blue #686DAB
Tints of Chetwode Blue #686DAB
RGB
CMYK
RGB Variations
Color information
#686DAB (or 0x686DAB) is known color: Chetwode Blue. HEX triplet: 68, 6D and AB. RGB value is (104,109,171). Sum of RGB (Red+Green+Blue) = 104+109+171=384 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.08% from 384); Green value is 109 (42.97% from 255 or 28.39% from 384); Blue value is 171 (67.19% from 255 or 44.53% from 384); Max value from RGB is 171 - color contains mainly: blue. Hex color #686DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686DAB is #979254. Grayscale: #727272. Windows color (decimal): -9933397 or 11234664. OLE color: 11234664.
HSL color Cylindrical-coordinate representation of color #686DAB: hue angle of 235.52º degrees, saturation: 0.29, 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 #686DAB is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 109 | 171 | - |
| CMYK | 0.39 | 0.36 | 0 | 0.33 |
| HSL | 235.52º | 0.29% | 0.54% | - |
| HSV(B) | 235.52º | 0.39% | 0.67% | - |
| XYZ | 18.53 | 16.82 | 40.8 | - |
| YUV | 114.57 | 159.84 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 109 | 171 | 0.39 | 0.36 | 0 | 0.33 | 235.52 | 0.29 | 0.54 |
| Hex | 68 | 6D | AB | 27 | 24 | 0 | 21 | EC | 1D | 36 |
| Octal | 150 | 155 | 253 | 47 | 44 | 0 | 41 | 354 | 35 | 66 |
| Binary | 1101000 | 1101101 | 10101011 | 100111 | 100100 | 0 | 100001 | 11101100 | 11101 | 110110 |
Color Harmonies of #686DAB
Complementary color
Monochromatic Colors of #686DAB
Black with #686DAB
Text Example
Text Example
White with #686DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686DAB; }
p { color: rgb(104,109,171); }
H1.HeaderClassName
{
color: #686DAB;
}
.AnyTagClassName
{
color: #686DAB;
}
</style>
background-color css
<style>
a { background-color: #686DAB; }
a { background-color: rgb(104,109,171); }
div.DivClassName
{
background-color: #686DAB;
}
.BgClassName
{
background-color: #686DAB;
}
</style>
border-color css
<style>
span { border-color: #686DAB; }
span { border-color: rgb(104,109,171); }
td.TdClassName
{
border-color: #686DAB;
}
.TagClassName
{
border-color: #686DAB;
}
</style>