Shades of Chetwode Blue #686C9E
Tints of Chetwode Blue #686C9E
RGB
CMYK
RGB Variations
Color information
#686C9E (or 0x686C9E) is known color: Chetwode Blue. HEX triplet: 68, 6C and 9E. RGB value is (104,108,158). Sum of RGB (Red+Green+Blue) = 104+108+158=370 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.11% from 370); Green value is 108 (42.58% from 255 or 29.19% from 370); Blue value is 158 (62.11% from 255 or 42.70% from 370); Max value from RGB is 158 - color contains mainly: blue. Hex color #686C9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686C9E is #979361. Grayscale: #707070. Windows color (decimal): -9933666 or 10382440. OLE color: 10382440.
HSL color Cylindrical-coordinate representation of color #686C9E: hue angle of 235.56º 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 #686C9E is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 108 | 158 | - |
| CMYK | 0.34 | 0.32 | 0 | 0.38 |
| HSL | 235.56º | 0.22% | 0.51% | - |
| HSV(B) | 235.56º | 0.34% | 0.62% | - |
| XYZ | 17.24 | 16.14 | 34.55 | - |
| YUV | 112.5 | 153.67 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 108 | 158 | 0.34 | 0.32 | 0 | 0.38 | 235.56 | 0.22 | 0.51 |
| Hex | 68 | 6C | 9E | 22 | 20 | 0 | 26 | EC | 16 | 33 |
| Octal | 150 | 154 | 236 | 42 | 40 | 0 | 46 | 354 | 26 | 63 |
| Binary | 1101000 | 1101100 | 10011110 | 100010 | 100000 | 0 | 100110 | 11101100 | 10110 | 110011 |
Color Harmonies of #686C9E
Complementary color
Monochromatic Colors of #686C9E
Black with #686C9E
Text Example
Text Example
White with #686C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686C9E; }
p { color: rgb(104,108,158); }
H1.HeaderClassName
{
color: #686C9E;
}
.AnyTagClassName
{
color: #686C9E;
}
</style>
background-color css
<style>
a { background-color: #686C9E; }
a { background-color: rgb(104,108,158); }
div.DivClassName
{
background-color: #686C9E;
}
.BgClassName
{
background-color: #686C9E;
}
</style>
border-color css
<style>
span { border-color: #686C9E; }
span { border-color: rgb(104,108,158); }
td.TdClassName
{
border-color: #686C9E;
}
.TagClassName
{
border-color: #686C9E;
}
</style>