Shades of Chetwode Blue #686CAF
Tints of Chetwode Blue #686CAF
RGB
CMYK
RGB Variations
Color information
#686CAF (or 0x686CAF) is known color: Chetwode Blue. HEX triplet: 68, 6C and AF. RGB value is (104,108,175). Sum of RGB (Red+Green+Blue) = 104+108+175=387 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.87% from 387); Green value is 108 (42.58% from 255 or 27.91% from 387); Blue value is 175 (68.75% from 255 or 45.22% from 387); Max value from RGB is 175 - color contains mainly: blue. Hex color #686CAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686CAF is #979350. Grayscale: #727272. Windows color (decimal): -9933649 or 11496552. OLE color: 11496552.
HSL color Cylindrical-coordinate representation of color #686CAF: hue angle of 236.62º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #686CAF is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 104 | 108 | 175 | - |
| CMYK | 0.41 | 0.38 | 0 | 0.31 |
| HSL | 236.62º | 0.31% | 0.55% | - |
| HSV(B) | 236.62º | 0.41% | 0.69% | - |
| XYZ | 18.81 | 16.76 | 42.8 | - |
| YUV | 114.44 | 162.17 | 120.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 108 | 175 | 0.41 | 0.38 | 0 | 0.31 | 236.62 | 0.31 | 0.55 |
| Hex | 68 | 6C | AF | 29 | 26 | 0 | 1F | ED | 1F | 37 |
| Octal | 150 | 154 | 257 | 51 | 46 | 0 | 37 | 355 | 37 | 67 |
| Binary | 1101000 | 1101100 | 10101111 | 101001 | 100110 | 0 | 11111 | 11101101 | 11111 | 110111 |
Color Harmonies of #686CAF
Complementary color
Monochromatic Colors of #686CAF
Black with #686CAF
Text Example
Text Example
White with #686CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686CAF; }
p { color: rgb(104,108,175); }
H1.HeaderClassName
{
color: #686CAF;
}
.AnyTagClassName
{
color: #686CAF;
}
</style>
background-color css
<style>
a { background-color: #686CAF; }
a { background-color: rgb(104,108,175); }
div.DivClassName
{
background-color: #686CAF;
}
.BgClassName
{
background-color: #686CAF;
}
</style>
border-color css
<style>
span { border-color: #686CAF; }
span { border-color: rgb(104,108,175); }
td.TdClassName
{
border-color: #686CAF;
}
.TagClassName
{
border-color: #686CAF;
}
</style>