Shades of Chetwode Blue #686FBC
Tints of Chetwode Blue #686FBC
RGB
CMYK
RGB Variations
Color information
#686FBC (or 0x686FBC) is known color: Chetwode Blue. HEX triplet: 68, 6F and BC. RGB value is (104,111,188). Sum of RGB (Red+Green+Blue) = 104+111+188=403 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.81% from 403); Green value is 111 (43.75% from 255 or 27.54% from 403); Blue value is 188 (73.83% from 255 or 46.65% from 403); Max value from RGB is 188 - color contains mainly: blue. Hex color #686FBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686FBC is #979043. Grayscale: #757575. Windows color (decimal): -9932868 or 12349288. OLE color: 12349288.
HSL color Cylindrical-coordinate representation of color #686FBC: hue angle of 235º 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 #686FBC is Cyan = 0.45, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 111 | 188 | - |
| CMYK | 0.45 | 0.41 | 0 | 0.26 |
| HSL | 235º | 0.39% | 0.57% | - |
| HSV(B) | 235º | 0.45% | 0.74% | - |
| XYZ | 20.47 | 17.94 | 49.96 | - |
| YUV | 117.69 | 167.68 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 111 | 188 | 0.45 | 0.41 | 0 | 0.26 | 235 | 0.39 | 0.57 |
| Hex | 68 | 6F | BC | 2D | 29 | 0 | 1A | EB | 27 | 39 |
| Octal | 150 | 157 | 274 | 55 | 51 | 0 | 32 | 353 | 47 | 71 |
| Binary | 1101000 | 1101111 | 10111100 | 101101 | 101001 | 0 | 11010 | 11101011 | 100111 | 111001 |
Color Harmonies of #686FBC
Complementary color
Monochromatic Colors of #686FBC
Black with #686FBC
Text Example
Text Example
White with #686FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686FBC; }
p { color: rgb(104,111,188); }
H1.HeaderClassName
{
color: #686FBC;
}
.AnyTagClassName
{
color: #686FBC;
}
</style>
background-color css
<style>
a { background-color: #686FBC; }
a { background-color: rgb(104,111,188); }
div.DivClassName
{
background-color: #686FBC;
}
.BgClassName
{
background-color: #686FBC;
}
</style>
border-color css
<style>
span { border-color: #686FBC; }
span { border-color: rgb(104,111,188); }
td.TdClassName
{
border-color: #686FBC;
}
.TagClassName
{
border-color: #686FBC;
}
</style>