Shades of Chetwode Blue #686F9E
Tints of Chetwode Blue #686F9E
RGB
CMYK
RGB Variations
Color information
#686F9E (or 0x686F9E) is known color: Chetwode Blue. HEX triplet: 68, 6F and 9E. RGB value is (104,111,158). Sum of RGB (Red+Green+Blue) = 104+111+158=373 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.88% from 373); Green value is 111 (43.75% from 255 or 29.76% from 373); Blue value is 158 (62.11% from 255 or 42.36% from 373); Max value from RGB is 158 - color contains mainly: blue. Hex color #686F9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686F9E is #979061. Grayscale: #727272. Windows color (decimal): -9932898 or 10383208. OLE color: 10383208.
HSL color Cylindrical-coordinate representation of color #686F9E: hue angle of 232.22º 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 #686F9E is Cyan = 0.34, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 111 | 158 | - |
| CMYK | 0.34 | 0.30 | 0 | 0.38 |
| HSL | 232.22º | 0.22% | 0.51% | - |
| HSV(B) | 232.22º | 0.34% | 0.62% | - |
| XYZ | 17.56 | 16.78 | 34.66 | - |
| YUV | 114.27 | 152.68 | 120.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 111 | 158 | 0.34 | 0.30 | 0 | 0.38 | 232.22 | 0.22 | 0.51 |
| Hex | 68 | 6F | 9E | 22 | 1E | 0 | 26 | E8 | 16 | 33 |
| Octal | 150 | 157 | 236 | 42 | 36 | 0 | 46 | 350 | 26 | 63 |
| Binary | 1101000 | 1101111 | 10011110 | 100010 | 11110 | 0 | 100110 | 11101000 | 10110 | 110011 |
Color Harmonies of #686F9E
Complementary color
Monochromatic Colors of #686F9E
Black with #686F9E
Text Example
Text Example
White with #686F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686F9E; }
p { color: rgb(104,111,158); }
H1.HeaderClassName
{
color: #686F9E;
}
.AnyTagClassName
{
color: #686F9E;
}
</style>
background-color css
<style>
a { background-color: #686F9E; }
a { background-color: rgb(104,111,158); }
div.DivClassName
{
background-color: #686F9E;
}
.BgClassName
{
background-color: #686F9E;
}
</style>
border-color css
<style>
span { border-color: #686F9E; }
span { border-color: rgb(104,111,158); }
td.TdClassName
{
border-color: #686F9E;
}
.TagClassName
{
border-color: #686F9E;
}
</style>