Shades of Chetwode Blue #686FA8
Tints of Chetwode Blue #686FA8
RGB
CMYK
RGB Variations
Color information
#686FA8 (or 0x686FA8) is known color: Chetwode Blue. HEX triplet: 68, 6F and A8. RGB value is (104,111,168). Sum of RGB (Red+Green+Blue) = 104+111+168=383 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.15% from 383); Green value is 111 (43.75% from 255 or 28.98% from 383); Blue value is 168 (66.02% from 255 or 43.86% from 383); Max value from RGB is 168 - color contains mainly: blue. Hex color #686FA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686FA8 is #979057. Grayscale: #737373. Windows color (decimal): -9932888 or 11038568. OLE color: 11038568.
HSL color Cylindrical-coordinate representation of color #686FA8: hue angle of 233.44º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #686FA8 is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 104 | 111 | 168 | - |
| CMYK | 0.38 | 0.34 | 0 | 0.34 |
| HSL | 233.44º | 0.27% | 0.53% | - |
| HSV(B) | 233.44º | 0.38% | 0.66% | - |
| XYZ | 18.46 | 17.14 | 39.38 | - |
| YUV | 115.41 | 157.68 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 111 | 168 | 0.38 | 0.34 | 0 | 0.34 | 233.44 | 0.27 | 0.53 |
| Hex | 68 | 6F | A8 | 26 | 22 | 0 | 22 | E9 | 1B | 35 |
| Octal | 150 | 157 | 250 | 46 | 42 | 0 | 42 | 351 | 33 | 65 |
| Binary | 1101000 | 1101111 | 10101000 | 100110 | 100010 | 0 | 100010 | 11101001 | 11011 | 110101 |
Color Harmonies of #686FA8
Complementary color
Monochromatic Colors of #686FA8
Black with #686FA8
Text Example
Text Example
White with #686FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686FA8; }
p { color: rgb(104,111,168); }
H1.HeaderClassName
{
color: #686FA8;
}
.AnyTagClassName
{
color: #686FA8;
}
</style>
background-color css
<style>
a { background-color: #686FA8; }
a { background-color: rgb(104,111,168); }
div.DivClassName
{
background-color: #686FA8;
}
.BgClassName
{
background-color: #686FA8;
}
</style>
border-color css
<style>
span { border-color: #686FA8; }
span { border-color: rgb(104,111,168); }
td.TdClassName
{
border-color: #686FA8;
}
.TagClassName
{
border-color: #686FA8;
}
</style>