Shades of Chetwode Blue #686BA0
Tints of Chetwode Blue #686BA0
RGB
CMYK
RGB Variations
Color information
#686BA0 (or 0x686BA0) is known color: Chetwode Blue. HEX triplet: 68, 6B and A0. RGB value is (104,107,160). Sum of RGB (Red+Green+Blue) = 104+107+160=371 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.03% from 371); Green value is 107 (42.19% from 255 or 28.84% from 371); Blue value is 160 (62.89% from 255 or 43.13% from 371); Max value from RGB is 160 - color contains mainly: blue. Hex color #686BA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686BA0 is #97945F. Grayscale: #6F6F6F. Windows color (decimal): -9933920 or 10513256. OLE color: 10513256.
HSL color Cylindrical-coordinate representation of color #686BA0: hue angle of 236.79º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #686BA0 is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 104 | 107 | 160 | - |
| CMYK | 0.35 | 0.33 | 0 | 0.37 |
| HSL | 236.79º | 0.23% | 0.52% | - |
| HSV(B) | 236.79º | 0.35% | 0.63% | - |
| XYZ | 17.31 | 16 | 35.43 | - |
| YUV | 112.15 | 155.01 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 107 | 160 | 0.35 | 0.33 | 0 | 0.37 | 236.79 | 0.23 | 0.52 |
| Hex | 68 | 6B | A0 | 23 | 21 | 0 | 25 | ED | 17 | 34 |
| Octal | 150 | 153 | 240 | 43 | 41 | 0 | 45 | 355 | 27 | 64 |
| Binary | 1101000 | 1101011 | 10100000 | 100011 | 100001 | 0 | 100101 | 11101101 | 10111 | 110100 |
Color Harmonies of #686BA0
Complementary color
Monochromatic Colors of #686BA0
Black with #686BA0
Text Example
Text Example
White with #686BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686BA0; }
p { color: rgb(104,107,160); }
H1.HeaderClassName
{
color: #686BA0;
}
.AnyTagClassName
{
color: #686BA0;
}
</style>
background-color css
<style>
a { background-color: #686BA0; }
a { background-color: rgb(104,107,160); }
div.DivClassName
{
background-color: #686BA0;
}
.BgClassName
{
background-color: #686BA0;
}
</style>
border-color css
<style>
span { border-color: #686BA0; }
span { border-color: rgb(104,107,160); }
td.TdClassName
{
border-color: #686BA0;
}
.TagClassName
{
border-color: #686BA0;
}
</style>