Shades of Chetwode Blue #686F9C
Tints of Chetwode Blue #686F9C
RGB
CMYK
RGB Variations
Color information
#686F9C (or 0x686F9C) is known color: Chetwode Blue. HEX triplet: 68, 6F and 9C. RGB value is (104,111,156). Sum of RGB (Red+Green+Blue) = 104+111+156=371 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.03% from 371); Green value is 111 (43.75% from 255 or 29.92% from 371); Blue value is 156 (61.33% from 255 or 42.05% from 371); Max value from RGB is 156 - color contains mainly: blue. Hex color #686F9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686F9C is #979063. Grayscale: #717171. Windows color (decimal): -9932900 or 10252136. OLE color: 10252136.
HSL color Cylindrical-coordinate representation of color #686F9C: hue angle of 231.92º 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 #686F9C is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 104 | 111 | 156 | - |
| CMYK | 0.33 | 0.29 | 0 | 0.39 |
| HSL | 231.92º | 0.21% | 0.51% | - |
| HSV(B) | 231.92º | 0.33% | 0.61% | - |
| XYZ | 17.39 | 16.71 | 33.76 | - |
| YUV | 114.04 | 151.68 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 111 | 156 | 0.33 | 0.29 | 0 | 0.39 | 231.92 | 0.21 | 0.51 |
| Hex | 68 | 6F | 9C | 21 | 1D | 0 | 27 | E8 | 15 | 33 |
| Octal | 150 | 157 | 234 | 41 | 35 | 0 | 47 | 350 | 25 | 63 |
| Binary | 1101000 | 1101111 | 10011100 | 100001 | 11101 | 0 | 100111 | 11101000 | 10101 | 110011 |
Color Harmonies of #686F9C
Complementary color
Monochromatic Colors of #686F9C
Black with #686F9C
Text Example
Text Example
White with #686F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686F9C; }
p { color: rgb(104,111,156); }
H1.HeaderClassName
{
color: #686F9C;
}
.AnyTagClassName
{
color: #686F9C;
}
</style>
background-color css
<style>
a { background-color: #686F9C; }
a { background-color: rgb(104,111,156); }
div.DivClassName
{
background-color: #686F9C;
}
.BgClassName
{
background-color: #686F9C;
}
</style>
border-color css
<style>
span { border-color: #686F9C; }
span { border-color: rgb(104,111,156); }
td.TdClassName
{
border-color: #686F9C;
}
.TagClassName
{
border-color: #686F9C;
}
</style>