Shades of Chetwode Blue #686DB6
Tints of Chetwode Blue #686DB6
RGB
CMYK
RGB Variations
Color information
#686DB6 (or 0x686DB6) is known color: Chetwode Blue. HEX triplet: 68, 6D and B6. RGB value is (104,109,182). Sum of RGB (Red+Green+Blue) = 104+109+182=395 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.33% from 395); Green value is 109 (42.97% from 255 or 27.59% from 395); Blue value is 182 (71.48% from 255 or 46.08% from 395); Max value from RGB is 182 - color contains mainly: blue. Hex color #686DB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686DB6 is #979249. Grayscale: #737373. Windows color (decimal): -9933386 or 11955560. OLE color: 11955560.
HSL color Cylindrical-coordinate representation of color #686DB6: hue angle of 236.15º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #686DB6 is Cyan = 0.43, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 104 | 109 | 182 | - |
| CMYK | 0.43 | 0.40 | 0 | 0.29 |
| HSL | 236.15º | 0.35% | 0.56% | - |
| HSV(B) | 236.15º | 0.43% | 0.71% | - |
| XYZ | 19.62 | 17.26 | 46.55 | - |
| YUV | 115.83 | 165.34 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 109 | 182 | 0.43 | 0.40 | 0 | 0.29 | 236.15 | 0.35 | 0.56 |
| Hex | 68 | 6D | B6 | 2B | 28 | 0 | 1D | EC | 23 | 38 |
| Octal | 150 | 155 | 266 | 53 | 50 | 0 | 35 | 354 | 43 | 70 |
| Binary | 1101000 | 1101101 | 10110110 | 101011 | 101000 | 0 | 11101 | 11101100 | 100011 | 111000 |
Color Harmonies of #686DB6
Complementary color
Monochromatic Colors of #686DB6
Black with #686DB6
Text Example
Text Example
White with #686DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686DB6; }
p { color: rgb(104,109,182); }
H1.HeaderClassName
{
color: #686DB6;
}
.AnyTagClassName
{
color: #686DB6;
}
</style>
background-color css
<style>
a { background-color: #686DB6; }
a { background-color: rgb(104,109,182); }
div.DivClassName
{
background-color: #686DB6;
}
.BgClassName
{
background-color: #686DB6;
}
</style>
border-color css
<style>
span { border-color: #686DB6; }
span { border-color: rgb(104,109,182); }
td.TdClassName
{
border-color: #686DB6;
}
.TagClassName
{
border-color: #686DB6;
}
</style>