Shades of Chetwode Blue #686CB7
Tints of Chetwode Blue #686CB7
RGB
CMYK
RGB Variations
Color information
#686CB7 (or 0x686CB7) is known color: Chetwode Blue. HEX triplet: 68, 6C and B7. RGB value is (104,108,183). Sum of RGB (Red+Green+Blue) = 104+108+183=395 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.33% from 395); Green value is 108 (42.58% from 255 or 27.34% from 395); Blue value is 183 (71.88% from 255 or 46.33% from 395); Max value from RGB is 183 - color contains mainly: blue. Hex color #686CB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686CB7 is #979348. Grayscale: #737373. Windows color (decimal): -9933641 or 12020840. OLE color: 12020840.
HSL color Cylindrical-coordinate representation of color #686CB7: hue angle of 236.96º 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 #686CB7 is Cyan = 0.43, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 104 | 108 | 183 | - |
| CMYK | 0.43 | 0.41 | 0 | 0.28 |
| HSL | 236.96º | 0.35% | 0.56% | - |
| HSV(B) | 236.96º | 0.43% | 0.72% | - |
| XYZ | 19.62 | 17.09 | 47.06 | - |
| YUV | 115.35 | 166.17 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 108 | 183 | 0.43 | 0.41 | 0 | 0.28 | 236.96 | 0.35 | 0.56 |
| Hex | 68 | 6C | B7 | 2B | 29 | 0 | 1C | ED | 23 | 38 |
| Octal | 150 | 154 | 267 | 53 | 51 | 0 | 34 | 355 | 43 | 70 |
| Binary | 1101000 | 1101100 | 10110111 | 101011 | 101001 | 0 | 11100 | 11101101 | 100011 | 111000 |
Color Harmonies of #686CB7
Complementary color
Monochromatic Colors of #686CB7
Black with #686CB7
Text Example
Text Example
White with #686CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686CB7; }
p { color: rgb(104,108,183); }
H1.HeaderClassName
{
color: #686CB7;
}
.AnyTagClassName
{
color: #686CB7;
}
</style>
background-color css
<style>
a { background-color: #686CB7; }
a { background-color: rgb(104,108,183); }
div.DivClassName
{
background-color: #686CB7;
}
.BgClassName
{
background-color: #686CB7;
}
</style>
border-color css
<style>
span { border-color: #686CB7; }
span { border-color: rgb(104,108,183); }
td.TdClassName
{
border-color: #686CB7;
}
.TagClassName
{
border-color: #686CB7;
}
</style>