Shades of Chetwode Blue #686EBA
Tints of Chetwode Blue #686EBA
RGB
CMYK
RGB Variations
Color information
#686EBA (or 0x686EBA) is known color: Chetwode Blue. HEX triplet: 68, 6E and BA. RGB value is (104,110,186). Sum of RGB (Red+Green+Blue) = 104+110+186=400 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26% from 400); Green value is 110 (43.36% from 255 or 27.5% from 400); Blue value is 186 (73.05% from 255 or 46.5% from 400); Max value from RGB is 186 - color contains mainly: blue. Hex color #686EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686EBA is #979145. Grayscale: #747474. Windows color (decimal): -9933126 or 12217960. OLE color: 12217960.
HSL color Cylindrical-coordinate representation of color #686EBA: hue angle of 235.61º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #686EBA is Cyan = 0.44, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 110 | 186 | - |
| CMYK | 0.44 | 0.41 | 0 | 0.27 |
| HSL | 235.61º | 0.37% | 0.57% | - |
| HSV(B) | 235.61º | 0.44% | 0.73% | - |
| XYZ | 20.15 | 17.64 | 48.8 | - |
| YUV | 116.87 | 167.01 | 118.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 110 | 186 | 0.44 | 0.41 | 0 | 0.27 | 235.61 | 0.37 | 0.57 |
| Hex | 68 | 6E | BA | 2C | 29 | 0 | 1B | EC | 25 | 39 |
| Octal | 150 | 156 | 272 | 54 | 51 | 0 | 33 | 354 | 45 | 71 |
| Binary | 1101000 | 1101110 | 10111010 | 101100 | 101001 | 0 | 11011 | 11101100 | 100101 | 111001 |
Color Harmonies of #686EBA
Complementary color
Monochromatic Colors of #686EBA
Black with #686EBA
Text Example
Text Example
White with #686EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686EBA; }
p { color: rgb(104,110,186); }
H1.HeaderClassName
{
color: #686EBA;
}
.AnyTagClassName
{
color: #686EBA;
}
</style>
background-color css
<style>
a { background-color: #686EBA; }
a { background-color: rgb(104,110,186); }
div.DivClassName
{
background-color: #686EBA;
}
.BgClassName
{
background-color: #686EBA;
}
</style>
border-color css
<style>
span { border-color: #686EBA; }
span { border-color: rgb(104,110,186); }
td.TdClassName
{
border-color: #686EBA;
}
.TagClassName
{
border-color: #686EBA;
}
</style>