Shades of Chetwode Blue #686BB7
Tints of Chetwode Blue #686BB7
RGB
CMYK
RGB Variations
Color information
#686BB7 (or 0x686BB7) is known color: Chetwode Blue. HEX triplet: 68, 6B and B7. RGB value is (104,107,183). Sum of RGB (Red+Green+Blue) = 104+107+183=394 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.40% from 394); Green value is 107 (42.19% from 255 or 27.16% from 394); Blue value is 183 (71.88% from 255 or 46.45% from 394); Max value from RGB is 183 - color contains mainly: blue. Hex color #686BB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686BB7 is #979448. Grayscale: #727272. Windows color (decimal): -9933897 or 12020584. OLE color: 12020584.
HSL color Cylindrical-coordinate representation of color #686BB7: hue angle of 237.72º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #686BB7 is Cyan = 0.43, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 104 | 107 | 183 | - |
| CMYK | 0.43 | 0.42 | 0 | 0.28 |
| HSL | 237.72º | 0.35% | 0.56% | - |
| HSV(B) | 237.72º | 0.43% | 0.72% | - |
| XYZ | 19.51 | 16.88 | 47.03 | - |
| YUV | 114.77 | 166.51 | 120.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 107 | 183 | 0.43 | 0.42 | 0 | 0.28 | 237.72 | 0.35 | 0.56 |
| Hex | 68 | 6B | B7 | 2B | 2A | 0 | 1C | EE | 23 | 38 |
| Octal | 150 | 153 | 267 | 53 | 52 | 0 | 34 | 356 | 43 | 70 |
| Binary | 1101000 | 1101011 | 10110111 | 101011 | 101010 | 0 | 11100 | 11101110 | 100011 | 111000 |
Color Harmonies of #686BB7
Complementary color
Monochromatic Colors of #686BB7
Black with #686BB7
Text Example
Text Example
White with #686BB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686BB7; }
p { color: rgb(104,107,183); }
H1.HeaderClassName
{
color: #686BB7;
}
.AnyTagClassName
{
color: #686BB7;
}
</style>
background-color css
<style>
a { background-color: #686BB7; }
a { background-color: rgb(104,107,183); }
div.DivClassName
{
background-color: #686BB7;
}
.BgClassName
{
background-color: #686BB7;
}
</style>
border-color css
<style>
span { border-color: #686BB7; }
span { border-color: rgb(104,107,183); }
td.TdClassName
{
border-color: #686BB7;
}
.TagClassName
{
border-color: #686BB7;
}
</style>