Shades of Chetwode Blue #686D9E
Tints of Chetwode Blue #686D9E
RGB
CMYK
RGB Variations
Color information
#686D9E (or 0x686D9E) is known color: Chetwode Blue. HEX triplet: 68, 6D and 9E. RGB value is (104,109,158). Sum of RGB (Red+Green+Blue) = 104+109+158=371 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.03% from 371); Green value is 109 (42.97% from 255 or 29.38% from 371); Blue value is 158 (62.11% from 255 or 42.59% from 371); Max value from RGB is 158 - color contains mainly: blue. Hex color #686D9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686D9E is #979261. Grayscale: #707070. Windows color (decimal): -9933410 or 10382696. OLE color: 10382696.
HSL color Cylindrical-coordinate representation of color #686D9E: hue angle of 234.44º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #686D9E is Cyan = 0.34, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 109 | 158 | - |
| CMYK | 0.34 | 0.31 | 0 | 0.38 |
| HSL | 234.44º | 0.22% | 0.51% | - |
| HSV(B) | 234.44º | 0.34% | 0.62% | - |
| XYZ | 17.35 | 16.35 | 34.59 | - |
| YUV | 113.09 | 153.34 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 109 | 158 | 0.34 | 0.31 | 0 | 0.38 | 234.44 | 0.22 | 0.51 |
| Hex | 68 | 6D | 9E | 22 | 1F | 0 | 26 | EA | 16 | 33 |
| Octal | 150 | 155 | 236 | 42 | 37 | 0 | 46 | 352 | 26 | 63 |
| Binary | 1101000 | 1101101 | 10011110 | 100010 | 11111 | 0 | 100110 | 11101010 | 10110 | 110011 |
Color Harmonies of #686D9E
Complementary color
Monochromatic Colors of #686D9E
Black with #686D9E
Text Example
Text Example
White with #686D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686D9E; }
p { color: rgb(104,109,158); }
H1.HeaderClassName
{
color: #686D9E;
}
.AnyTagClassName
{
color: #686D9E;
}
</style>
background-color css
<style>
a { background-color: #686D9E; }
a { background-color: rgb(104,109,158); }
div.DivClassName
{
background-color: #686D9E;
}
.BgClassName
{
background-color: #686D9E;
}
</style>
border-color css
<style>
span { border-color: #686D9E; }
span { border-color: rgb(104,109,158); }
td.TdClassName
{
border-color: #686D9E;
}
.TagClassName
{
border-color: #686D9E;
}
</style>