Shades of Chetwode Blue #686EBC
Tints of Chetwode Blue #686EBC
RGB
CMYK
RGB Variations
Color information
#686EBC (or 0x686EBC) is known color: Chetwode Blue. HEX triplet: 68, 6E and BC. RGB value is (104,110,188). Sum of RGB (Red+Green+Blue) = 104+110+188=402 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.87% from 402); Green value is 110 (43.36% from 255 or 27.36% from 402); Blue value is 188 (73.83% from 255 or 46.77% from 402); Max value from RGB is 188 - color contains mainly: blue. Hex color #686EBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686EBC is #979143. Grayscale: #747474. Windows color (decimal): -9933124 or 12349032. OLE color: 12349032.
HSL color Cylindrical-coordinate representation of color #686EBC: hue angle of 235.71º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #686EBC is Cyan = 0.45, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 110 | 188 | - |
| CMYK | 0.45 | 0.41 | 0 | 0.26 |
| HSL | 235.71º | 0.39% | 0.57% | - |
| HSV(B) | 235.71º | 0.45% | 0.74% | - |
| XYZ | 20.36 | 17.73 | 49.93 | - |
| YUV | 117.1 | 168.01 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 110 | 188 | 0.45 | 0.41 | 0 | 0.26 | 235.71 | 0.39 | 0.57 |
| Hex | 68 | 6E | BC | 2D | 29 | 0 | 1A | EC | 27 | 39 |
| Octal | 150 | 156 | 274 | 55 | 51 | 0 | 32 | 354 | 47 | 71 |
| Binary | 1101000 | 1101110 | 10111100 | 101101 | 101001 | 0 | 11010 | 11101100 | 100111 | 111001 |
Color Harmonies of #686EBC
Complementary color
Monochromatic Colors of #686EBC
Black with #686EBC
Text Example
Text Example
White with #686EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686EBC; }
p { color: rgb(104,110,188); }
H1.HeaderClassName
{
color: #686EBC;
}
.AnyTagClassName
{
color: #686EBC;
}
</style>
background-color css
<style>
a { background-color: #686EBC; }
a { background-color: rgb(104,110,188); }
div.DivClassName
{
background-color: #686EBC;
}
.BgClassName
{
background-color: #686EBC;
}
</style>
border-color css
<style>
span { border-color: #686EBC; }
span { border-color: rgb(104,110,188); }
td.TdClassName
{
border-color: #686EBC;
}
.TagClassName
{
border-color: #686EBC;
}
</style>