Shades of Chetwode Blue #686F9F
Tints of Chetwode Blue #686F9F
RGB
CMYK
RGB Variations
Color information
#686F9F (or 0x686F9F) is known color: Chetwode Blue. HEX triplet: 68, 6F and 9F. RGB value is (104,111,159). Sum of RGB (Red+Green+Blue) = 104+111+159=374 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.81% from 374); Green value is 111 (43.75% from 255 or 29.68% from 374); Blue value is 159 (62.5% from 255 or 42.51% from 374); Max value from RGB is 159 - color contains mainly: blue. Hex color #686F9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686F9F is #979060. Grayscale: #727272. Windows color (decimal): -9932897 or 10448744. OLE color: 10448744.
HSL color Cylindrical-coordinate representation of color #686F9F: hue angle of 232.36º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #686F9F is Cyan = 0.35, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 111 | 159 | - |
| CMYK | 0.35 | 0.30 | 0 | 0.38 |
| HSL | 232.36º | 0.22% | 0.52% | - |
| HSV(B) | 232.36º | 0.35% | 0.62% | - |
| XYZ | 17.65 | 16.82 | 35.12 | - |
| YUV | 114.38 | 153.18 | 120.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 111 | 159 | 0.35 | 0.30 | 0 | 0.38 | 232.36 | 0.22 | 0.52 |
| Hex | 68 | 6F | 9F | 23 | 1E | 0 | 26 | E8 | 16 | 34 |
| Octal | 150 | 157 | 237 | 43 | 36 | 0 | 46 | 350 | 26 | 64 |
| Binary | 1101000 | 1101111 | 10011111 | 100011 | 11110 | 0 | 100110 | 11101000 | 10110 | 110100 |
Color Harmonies of #686F9F
Complementary color
Monochromatic Colors of #686F9F
Black with #686F9F
Text Example
Text Example
White with #686F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686F9F; }
p { color: rgb(104,111,159); }
H1.HeaderClassName
{
color: #686F9F;
}
.AnyTagClassName
{
color: #686F9F;
}
</style>
background-color css
<style>
a { background-color: #686F9F; }
a { background-color: rgb(104,111,159); }
div.DivClassName
{
background-color: #686F9F;
}
.BgClassName
{
background-color: #686F9F;
}
</style>
border-color css
<style>
span { border-color: #686F9F; }
span { border-color: rgb(104,111,159); }
td.TdClassName
{
border-color: #686F9F;
}
.TagClassName
{
border-color: #686F9F;
}
</style>