Shades of Chetwode Blue #686DBB
Tints of Chetwode Blue #686DBB
RGB
CMYK
RGB Variations
Color information
#686DBB (or 0x686DBB) is known color: Chetwode Blue. HEX triplet: 68, 6D and BB. RGB value is (104,109,187). Sum of RGB (Red+Green+Blue) = 104+109+187=400 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26% from 400); Green value is 109 (42.97% from 255 or 27.25% from 400); Blue value is 187 (73.44% from 255 or 46.75% from 400); Max value from RGB is 187 - color contains mainly: blue. Hex color #686DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686DBB is #979244. Grayscale: #747474. Windows color (decimal): -9933381 or 12283240. OLE color: 12283240.
HSL color Cylindrical-coordinate representation of color #686DBB: hue angle of 236.39º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #686DBB is Cyan = 0.44, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 109 | 187 | - |
| CMYK | 0.44 | 0.42 | 0 | 0.27 |
| HSL | 236.39º | 0.38% | 0.57% | - |
| HSV(B) | 236.39º | 0.44% | 0.73% | - |
| XYZ | 20.15 | 17.47 | 49.32 | - |
| YUV | 116.4 | 167.84 | 119.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 109 | 187 | 0.44 | 0.42 | 0 | 0.27 | 236.39 | 0.38 | 0.57 |
| Hex | 68 | 6D | BB | 2C | 2A | 0 | 1B | EC | 26 | 39 |
| Octal | 150 | 155 | 273 | 54 | 52 | 0 | 33 | 354 | 46 | 71 |
| Binary | 1101000 | 1101101 | 10111011 | 101100 | 101010 | 0 | 11011 | 11101100 | 100110 | 111001 |
Color Harmonies of #686DBB
Complementary color
Monochromatic Colors of #686DBB
Black with #686DBB
Text Example
Text Example
White with #686DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686DBB; }
p { color: rgb(104,109,187); }
H1.HeaderClassName
{
color: #686DBB;
}
.AnyTagClassName
{
color: #686DBB;
}
</style>
background-color css
<style>
a { background-color: #686DBB; }
a { background-color: rgb(104,109,187); }
div.DivClassName
{
background-color: #686DBB;
}
.BgClassName
{
background-color: #686DBB;
}
</style>
border-color css
<style>
span { border-color: #686DBB; }
span { border-color: rgb(104,109,187); }
td.TdClassName
{
border-color: #686DBB;
}
.TagClassName
{
border-color: #686DBB;
}
</style>