Shades of Chetwode Blue #686DB1
Tints of Chetwode Blue #686DB1
RGB
CMYK
RGB Variations
Color information
#686DB1 (or 0x686DB1) is known color: Chetwode Blue. HEX triplet: 68, 6D and B1. RGB value is (104,109,177). Sum of RGB (Red+Green+Blue) = 104+109+177=390 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.67% from 390); Green value is 109 (42.97% from 255 or 27.95% from 390); Blue value is 177 (69.53% from 255 or 45.38% from 390); Max value from RGB is 177 - color contains mainly: blue. Hex color #686DB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686DB1 is #97924E. Grayscale: #727272. Windows color (decimal): -9933391 or 11627880. OLE color: 11627880.
HSL color Cylindrical-coordinate representation of color #686DB1: hue angle of 235.89º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #686DB1 is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 104 | 109 | 177 | - |
| CMYK | 0.41 | 0.38 | 0 | 0.31 |
| HSL | 235.89º | 0.32% | 0.55% | - |
| HSV(B) | 235.89º | 0.41% | 0.69% | - |
| XYZ | 19.11 | 17.05 | 43.88 | - |
| YUV | 115.26 | 162.84 | 119.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 109 | 177 | 0.41 | 0.38 | 0 | 0.31 | 235.89 | 0.32 | 0.55 |
| Hex | 68 | 6D | B1 | 29 | 26 | 0 | 1F | EC | 20 | 37 |
| Octal | 150 | 155 | 261 | 51 | 46 | 0 | 37 | 354 | 40 | 67 |
| Binary | 1101000 | 1101101 | 10110001 | 101001 | 100110 | 0 | 11111 | 11101100 | 100000 | 110111 |
Color Harmonies of #686DB1
Complementary color
Monochromatic Colors of #686DB1
Black with #686DB1
Text Example
Text Example
White with #686DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686DB1; }
p { color: rgb(104,109,177); }
H1.HeaderClassName
{
color: #686DB1;
}
.AnyTagClassName
{
color: #686DB1;
}
</style>
background-color css
<style>
a { background-color: #686DB1; }
a { background-color: rgb(104,109,177); }
div.DivClassName
{
background-color: #686DB1;
}
.BgClassName
{
background-color: #686DB1;
}
</style>
border-color css
<style>
span { border-color: #686DB1; }
span { border-color: rgb(104,109,177); }
td.TdClassName
{
border-color: #686DB1;
}
.TagClassName
{
border-color: #686DB1;
}
</style>