Shades of Chetwode Blue #686B9D
Tints of Chetwode Blue #686B9D
RGB
CMYK
RGB Variations
Color information
#686B9D (or 0x686B9D) is known color: Chetwode Blue. HEX triplet: 68, 6B and 9D. RGB value is (104,107,157). Sum of RGB (Red+Green+Blue) = 104+107+157=368 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.26% from 368); Green value is 107 (42.19% from 255 or 29.08% from 368); Blue value is 157 (61.72% from 255 or 42.66% from 368); Max value from RGB is 157 - color contains mainly: blue. Hex color #686B9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686B9D is #979462. Grayscale: #6F6F6F. Windows color (decimal): -9933923 or 10316648. OLE color: 10316648.
HSL color Cylindrical-coordinate representation of color #686B9D: hue angle of 236.6º degrees, saturation: 0.21, 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 #686B9D is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 107 | 157 | - |
| CMYK | 0.34 | 0.32 | 0 | 0.38 |
| HSL | 236.6º | 0.21% | 0.51% | - |
| HSV(B) | 236.6º | 0.34% | 0.62% | - |
| XYZ | 17.05 | 15.89 | 34.07 | - |
| YUV | 111.8 | 153.51 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 107 | 157 | 0.34 | 0.32 | 0 | 0.38 | 236.6 | 0.21 | 0.51 |
| Hex | 68 | 6B | 9D | 22 | 20 | 0 | 26 | ED | 15 | 33 |
| Octal | 150 | 153 | 235 | 42 | 40 | 0 | 46 | 355 | 25 | 63 |
| Binary | 1101000 | 1101011 | 10011101 | 100010 | 100000 | 0 | 100110 | 11101101 | 10101 | 110011 |
Color Harmonies of #686B9D
Complementary color
Monochromatic Colors of #686B9D
Black with #686B9D
Text Example
Text Example
White with #686B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686B9D; }
p { color: rgb(104,107,157); }
H1.HeaderClassName
{
color: #686B9D;
}
.AnyTagClassName
{
color: #686B9D;
}
</style>
background-color css
<style>
a { background-color: #686B9D; }
a { background-color: rgb(104,107,157); }
div.DivClassName
{
background-color: #686B9D;
}
.BgClassName
{
background-color: #686B9D;
}
</style>
border-color css
<style>
span { border-color: #686B9D; }
span { border-color: rgb(104,107,157); }
td.TdClassName
{
border-color: #686B9D;
}
.TagClassName
{
border-color: #686B9D;
}
</style>