Shades of Chetwode Blue #686DA8
Tints of Chetwode Blue #686DA8
RGB
CMYK
RGB Variations
Color information
#686DA8 (or 0x686DA8) is known color: Chetwode Blue. HEX triplet: 68, 6D and A8. RGB value is (104,109,168). Sum of RGB (Red+Green+Blue) = 104+109+168=381 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.30% from 381); Green value is 109 (42.97% from 255 or 28.61% from 381); Blue value is 168 (66.02% from 255 or 44.09% from 381); Max value from RGB is 168 - color contains mainly: blue. Hex color #686DA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686DA8 is #979257. Grayscale: #717171. Windows color (decimal): -9933400 or 11038056. OLE color: 11038056.
HSL color Cylindrical-coordinate representation of color #686DA8: hue angle of 235.31º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #686DA8 is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 104 | 109 | 168 | - |
| CMYK | 0.38 | 0.35 | 0 | 0.34 |
| HSL | 235.31º | 0.27% | 0.53% | - |
| HSV(B) | 235.31º | 0.38% | 0.66% | - |
| XYZ | 18.25 | 16.71 | 39.31 | - |
| YUV | 114.23 | 158.34 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 109 | 168 | 0.38 | 0.35 | 0 | 0.34 | 235.31 | 0.27 | 0.53 |
| Hex | 68 | 6D | A8 | 26 | 23 | 0 | 22 | EB | 1B | 35 |
| Octal | 150 | 155 | 250 | 46 | 43 | 0 | 42 | 353 | 33 | 65 |
| Binary | 1101000 | 1101101 | 10101000 | 100110 | 100011 | 0 | 100010 | 11101011 | 11011 | 110101 |
Color Harmonies of #686DA8
Complementary color
Monochromatic Colors of #686DA8
Black with #686DA8
Text Example
Text Example
White with #686DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686DA8; }
p { color: rgb(104,109,168); }
H1.HeaderClassName
{
color: #686DA8;
}
.AnyTagClassName
{
color: #686DA8;
}
</style>
background-color css
<style>
a { background-color: #686DA8; }
a { background-color: rgb(104,109,168); }
div.DivClassName
{
background-color: #686DA8;
}
.BgClassName
{
background-color: #686DA8;
}
</style>
border-color css
<style>
span { border-color: #686DA8; }
span { border-color: rgb(104,109,168); }
td.TdClassName
{
border-color: #686DA8;
}
.TagClassName
{
border-color: #686DA8;
}
</style>