Shades of Chetwode Blue #686E9C
Tints of Chetwode Blue #686E9C
RGB
CMYK
RGB Variations
Color information
#686E9C (or 0x686E9C) is known color: Chetwode Blue. HEX triplet: 68, 6E and 9C. RGB value is (104,110,156). Sum of RGB (Red+Green+Blue) = 104+110+156=370 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.11% from 370); Green value is 110 (43.36% from 255 or 29.73% from 370); Blue value is 156 (61.33% from 255 or 42.16% from 370); Max value from RGB is 156 - color contains mainly: blue. Hex color #686E9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686E9C is #979163. Grayscale: #717171. Windows color (decimal): -9933156 or 10251880. OLE color: 10251880.
HSL color Cylindrical-coordinate representation of color #686E9C: hue angle of 233.08º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #686E9C is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 104 | 110 | 156 | - |
| CMYK | 0.33 | 0.29 | 0 | 0.39 |
| HSL | 233.08º | 0.21% | 0.51% | - |
| HSV(B) | 233.08º | 0.33% | 0.61% | - |
| XYZ | 17.29 | 16.5 | 33.73 | - |
| YUV | 113.45 | 152.01 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 110 | 156 | 0.33 | 0.29 | 0 | 0.39 | 233.08 | 0.21 | 0.51 |
| Hex | 68 | 6E | 9C | 21 | 1D | 0 | 27 | E9 | 15 | 33 |
| Octal | 150 | 156 | 234 | 41 | 35 | 0 | 47 | 351 | 25 | 63 |
| Binary | 1101000 | 1101110 | 10011100 | 100001 | 11101 | 0 | 100111 | 11101001 | 10101 | 110011 |
Color Harmonies of #686E9C
Complementary color
Monochromatic Colors of #686E9C
Black with #686E9C
Text Example
Text Example
White with #686E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686E9C; }
p { color: rgb(104,110,156); }
H1.HeaderClassName
{
color: #686E9C;
}
.AnyTagClassName
{
color: #686E9C;
}
</style>
background-color css
<style>
a { background-color: #686E9C; }
a { background-color: rgb(104,110,156); }
div.DivClassName
{
background-color: #686E9C;
}
.BgClassName
{
background-color: #686E9C;
}
</style>
border-color css
<style>
span { border-color: #686E9C; }
span { border-color: rgb(104,110,156); }
td.TdClassName
{
border-color: #686E9C;
}
.TagClassName
{
border-color: #686E9C;
}
</style>