Shades of Chetwode Blue #686DBC
Tints of Chetwode Blue #686DBC
RGB
CMYK
RGB Variations
Color information
#686DBC (or 0x686DBC) is known color: Chetwode Blue. HEX triplet: 68, 6D and BC. RGB value is (104,109,188). Sum of RGB (Red+Green+Blue) = 104+109+188=401 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.94% from 401); Green value is 109 (42.97% from 255 or 27.18% from 401); Blue value is 188 (73.83% from 255 or 46.88% from 401); Max value from RGB is 188 - color contains mainly: blue. Hex color #686DBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686DBC is #979243. Grayscale: #747474. Windows color (decimal): -9933380 or 12348776. OLE color: 12348776.
HSL color Cylindrical-coordinate representation of color #686DBC: hue angle of 236.43º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #686DBC is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 109 | 188 | - |
| CMYK | 0.45 | 0.42 | 0 | 0.26 |
| HSL | 236.43º | 0.39% | 0.57% | - |
| HSV(B) | 236.43º | 0.45% | 0.74% | - |
| XYZ | 20.25 | 17.51 | 49.89 | - |
| YUV | 116.51 | 168.34 | 119.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 109 | 188 | 0.45 | 0.42 | 0 | 0.26 | 236.43 | 0.39 | 0.57 |
| Hex | 68 | 6D | BC | 2D | 2A | 0 | 1A | EC | 27 | 39 |
| Octal | 150 | 155 | 274 | 55 | 52 | 0 | 32 | 354 | 47 | 71 |
| Binary | 1101000 | 1101101 | 10111100 | 101101 | 101010 | 0 | 11010 | 11101100 | 100111 | 111001 |
Color Harmonies of #686DBC
Complementary color
Monochromatic Colors of #686DBC
Black with #686DBC
Text Example
Text Example
White with #686DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686DBC; }
p { color: rgb(104,109,188); }
H1.HeaderClassName
{
color: #686DBC;
}
.AnyTagClassName
{
color: #686DBC;
}
</style>
background-color css
<style>
a { background-color: #686DBC; }
a { background-color: rgb(104,109,188); }
div.DivClassName
{
background-color: #686DBC;
}
.BgClassName
{
background-color: #686DBC;
}
</style>
border-color css
<style>
span { border-color: #686DBC; }
span { border-color: rgb(104,109,188); }
td.TdClassName
{
border-color: #686DBC;
}
.TagClassName
{
border-color: #686DBC;
}
</style>