Shades of Chetwode Blue #686AAB
Tints of Chetwode Blue #686AAB
RGB
CMYK
RGB Variations
Color information
#686AAB (or 0x686AAB) is known color: Chetwode Blue. HEX triplet: 68, 6A and AB. RGB value is (104,106,171). Sum of RGB (Red+Green+Blue) = 104+106+171=381 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.30% from 381); Green value is 106 (41.80% from 255 or 27.82% from 381); Blue value is 171 (67.19% from 255 or 44.88% from 381); Max value from RGB is 171 - color contains mainly: blue. Hex color #686AAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686AAB is #979554. Grayscale: #707070. Windows color (decimal): -9934165 or 11233896. OLE color: 11233896.
HSL color Cylindrical-coordinate representation of color #686AAB: hue angle of 238.21º 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 #686AAB is Cyan = 0.39, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 106 | 171 | - |
| CMYK | 0.39 | 0.38 | 0 | 0.33 |
| HSL | 238.21º | 0.29% | 0.54% | - |
| HSV(B) | 238.21º | 0.39% | 0.67% | - |
| XYZ | 18.21 | 16.19 | 40.69 | - |
| YUV | 112.81 | 160.84 | 121.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 106 | 171 | 0.39 | 0.38 | 0 | 0.33 | 238.21 | 0.29 | 0.54 |
| Hex | 68 | 6A | AB | 27 | 26 | 0 | 21 | EE | 1D | 36 |
| Octal | 150 | 152 | 253 | 47 | 46 | 0 | 41 | 356 | 35 | 66 |
| Binary | 1101000 | 1101010 | 10101011 | 100111 | 100110 | 0 | 100001 | 11101110 | 11101 | 110110 |
Color Harmonies of #686AAB
Complementary color
Monochromatic Colors of #686AAB
Black with #686AAB
Text Example
Text Example
White with #686AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686AAB; }
p { color: rgb(104,106,171); }
H1.HeaderClassName
{
color: #686AAB;
}
.AnyTagClassName
{
color: #686AAB;
}
</style>
background-color css
<style>
a { background-color: #686AAB; }
a { background-color: rgb(104,106,171); }
div.DivClassName
{
background-color: #686AAB;
}
.BgClassName
{
background-color: #686AAB;
}
</style>
border-color css
<style>
span { border-color: #686AAB; }
span { border-color: rgb(104,106,171); }
td.TdClassName
{
border-color: #686AAB;
}
.TagClassName
{
border-color: #686AAB;
}
</style>