Shades of Chetwode Blue #686EC9
Tints of Chetwode Blue #686EC9
RGB
CMYK
RGB Variations
Color information
#686EC9 (or 0x686EC9) is known color: Chetwode Blue. HEX triplet: 68, 6E and C9. RGB value is (104,110,201). Sum of RGB (Red+Green+Blue) = 104+110+201=415 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.06% from 415); Green value is 110 (43.36% from 255 or 26.51% from 415); Blue value is 201 (78.91% from 255 or 48.43% from 415); Max value from RGB is 201 - color contains mainly: blue. Hex color #686EC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686EC9 is #979136. Grayscale: #767676. Windows color (decimal): -9933111 or 13201000. OLE color: 13201000.
HSL color Cylindrical-coordinate representation of color #686EC9: hue angle of 236.29º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #686EC9 is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 104 | 110 | 201 | - |
| CMYK | 0.48 | 0.45 | 0 | 0.21 |
| HSL | 236.29º | 0.47% | 0.6% | - |
| HSV(B) | 236.29º | 0.48% | 0.79% | - |
| XYZ | 21.83 | 18.31 | 57.64 | - |
| YUV | 118.58 | 174.51 | 117.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 110 | 201 | 0.48 | 0.45 | 0 | 0.21 | 236.29 | 0.47 | 0.6 |
| Hex | 68 | 6E | C9 | 30 | 2D | 0 | 15 | EC | 2F | 3C |
| Octal | 150 | 156 | 311 | 60 | 55 | 0 | 25 | 354 | 57 | 74 |
| Binary | 1101000 | 1101110 | 11001001 | 110000 | 101101 | 0 | 10101 | 11101100 | 101111 | 111100 |
Color Harmonies of #686EC9
Complementary color
Monochromatic Colors of #686EC9
Black with #686EC9
Text Example
Text Example
White with #686EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686EC9; }
p { color: rgb(104,110,201); }
H1.HeaderClassName
{
color: #686EC9;
}
.AnyTagClassName
{
color: #686EC9;
}
</style>
background-color css
<style>
a { background-color: #686EC9; }
a { background-color: rgb(104,110,201); }
div.DivClassName
{
background-color: #686EC9;
}
.BgClassName
{
background-color: #686EC9;
}
</style>
border-color css
<style>
span { border-color: #686EC9; }
span { border-color: rgb(104,110,201); }
td.TdClassName
{
border-color: #686EC9;
}
.TagClassName
{
border-color: #686EC9;
}
</style>