Shades of Chetwode Blue #686DB7
Tints of Chetwode Blue #686DB7
RGB
CMYK
RGB Variations
Color information
#686DB7 (or 0x686DB7) is known color: Chetwode Blue. HEX triplet: 68, 6D and B7. RGB value is (104,109,183). Sum of RGB (Red+Green+Blue) = 104+109+183=396 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.26% from 396); Green value is 109 (42.97% from 255 or 27.53% from 396); Blue value is 183 (71.88% from 255 or 46.21% from 396); Max value from RGB is 183 - color contains mainly: blue. Hex color #686DB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686DB7 is #979248. Grayscale: #737373. Windows color (decimal): -9933385 or 12021096. OLE color: 12021096.
HSL color Cylindrical-coordinate representation of color #686DB7: hue angle of 236.2º 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 #686DB7 is Cyan = 0.43, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 104 | 109 | 183 | - |
| CMYK | 0.43 | 0.40 | 0 | 0.28 |
| HSL | 236.2º | 0.35% | 0.56% | - |
| HSV(B) | 236.2º | 0.43% | 0.72% | - |
| XYZ | 19.72 | 17.3 | 47.1 | - |
| YUV | 115.94 | 165.84 | 119.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 109 | 183 | 0.43 | 0.40 | 0 | 0.28 | 236.2 | 0.35 | 0.56 |
| Hex | 68 | 6D | B7 | 2B | 28 | 0 | 1C | EC | 23 | 38 |
| Octal | 150 | 155 | 267 | 53 | 50 | 0 | 34 | 354 | 43 | 70 |
| Binary | 1101000 | 1101101 | 10110111 | 101011 | 101000 | 0 | 11100 | 11101100 | 100011 | 111000 |
Color Harmonies of #686DB7
Complementary color
Monochromatic Colors of #686DB7
Black with #686DB7
Text Example
Text Example
White with #686DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686DB7; }
p { color: rgb(104,109,183); }
H1.HeaderClassName
{
color: #686DB7;
}
.AnyTagClassName
{
color: #686DB7;
}
</style>
background-color css
<style>
a { background-color: #686DB7; }
a { background-color: rgb(104,109,183); }
div.DivClassName
{
background-color: #686DB7;
}
.BgClassName
{
background-color: #686DB7;
}
</style>
border-color css
<style>
span { border-color: #686DB7; }
span { border-color: rgb(104,109,183); }
td.TdClassName
{
border-color: #686DB7;
}
.TagClassName
{
border-color: #686DB7;
}
</style>