Shades of Chetwode Blue #686CAB
Tints of Chetwode Blue #686CAB
RGB
CMYK
RGB Variations
Color information
#686CAB (or 0x686CAB) is known color: Chetwode Blue. HEX triplet: 68, 6C and AB. RGB value is (104,108,171). Sum of RGB (Red+Green+Blue) = 104+108+171=383 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.15% from 383); Green value is 108 (42.58% from 255 or 28.20% from 383); Blue value is 171 (67.19% from 255 or 44.65% from 383); Max value from RGB is 171 - color contains mainly: blue. Hex color #686CAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686CAB is #979354. Grayscale: #717171. Windows color (decimal): -9933653 or 11234408. OLE color: 11234408.
HSL color Cylindrical-coordinate representation of color #686CAB: hue angle of 236.42º 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 #686CAB is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 108 | 171 | - |
| CMYK | 0.39 | 0.37 | 0 | 0.33 |
| HSL | 236.42º | 0.29% | 0.54% | - |
| HSV(B) | 236.42º | 0.39% | 0.67% | - |
| XYZ | 18.42 | 16.61 | 40.76 | - |
| YUV | 113.99 | 160.17 | 120.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 108 | 171 | 0.39 | 0.37 | 0 | 0.33 | 236.42 | 0.29 | 0.54 |
| Hex | 68 | 6C | AB | 27 | 25 | 0 | 21 | EC | 1D | 36 |
| Octal | 150 | 154 | 253 | 47 | 45 | 0 | 41 | 354 | 35 | 66 |
| Binary | 1101000 | 1101100 | 10101011 | 100111 | 100101 | 0 | 100001 | 11101100 | 11101 | 110110 |
Color Harmonies of #686CAB
Complementary color
Monochromatic Colors of #686CAB
Black with #686CAB
Text Example
Text Example
White with #686CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686CAB; }
p { color: rgb(104,108,171); }
H1.HeaderClassName
{
color: #686CAB;
}
.AnyTagClassName
{
color: #686CAB;
}
</style>
background-color css
<style>
a { background-color: #686CAB; }
a { background-color: rgb(104,108,171); }
div.DivClassName
{
background-color: #686CAB;
}
.BgClassName
{
background-color: #686CAB;
}
</style>
border-color css
<style>
span { border-color: #686CAB; }
span { border-color: rgb(104,108,171); }
td.TdClassName
{
border-color: #686CAB;
}
.TagClassName
{
border-color: #686CAB;
}
</style>