Shades of Chetwode Blue #686DBD
Tints of Chetwode Blue #686DBD
RGB
CMYK
RGB Variations
Color information
#686DBD (or 0x686DBD) is known color: Chetwode Blue. HEX triplet: 68, 6D and BD. RGB value is (104,109,189). Sum of RGB (Red+Green+Blue) = 104+109+189=402 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.87% from 402); Green value is 109 (42.97% from 255 or 27.11% from 402); Blue value is 189 (74.22% from 255 or 47.01% from 402); Max value from RGB is 189 - color contains mainly: blue. Hex color #686DBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686DBD is #979242. Grayscale: #747474. Windows color (decimal): -9933379 or 12414312. OLE color: 12414312.
HSL color Cylindrical-coordinate representation of color #686DBD: hue angle of 236.47º 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 #686DBD is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 109 | 189 | - |
| CMYK | 0.45 | 0.42 | 0 | 0.26 |
| HSL | 236.47º | 0.39% | 0.57% | - |
| HSV(B) | 236.47º | 0.45% | 0.74% | - |
| XYZ | 20.36 | 17.55 | 50.46 | - |
| YUV | 116.63 | 168.84 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 109 | 189 | 0.45 | 0.42 | 0 | 0.26 | 236.47 | 0.39 | 0.57 |
| Hex | 68 | 6D | BD | 2D | 2A | 0 | 1A | EC | 27 | 39 |
| Octal | 150 | 155 | 275 | 55 | 52 | 0 | 32 | 354 | 47 | 71 |
| Binary | 1101000 | 1101101 | 10111101 | 101101 | 101010 | 0 | 11010 | 11101100 | 100111 | 111001 |
Color Harmonies of #686DBD
Complementary color
Monochromatic Colors of #686DBD
Black with #686DBD
Text Example
Text Example
White with #686DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686DBD; }
p { color: rgb(104,109,189); }
H1.HeaderClassName
{
color: #686DBD;
}
.AnyTagClassName
{
color: #686DBD;
}
</style>
background-color css
<style>
a { background-color: #686DBD; }
a { background-color: rgb(104,109,189); }
div.DivClassName
{
background-color: #686DBD;
}
.BgClassName
{
background-color: #686DBD;
}
</style>
border-color css
<style>
span { border-color: #686DBD; }
span { border-color: rgb(104,109,189); }
td.TdClassName
{
border-color: #686DBD;
}
.TagClassName
{
border-color: #686DBD;
}
</style>