Shades of Chetwode Blue #686BBC
Tints of Chetwode Blue #686BBC
RGB
CMYK
RGB Variations
Color information
#686BBC (or 0x686BBC) is known color: Chetwode Blue. HEX triplet: 68, 6B and BC. RGB value is (104,107,188). Sum of RGB (Red+Green+Blue) = 104+107+188=399 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.07% from 399); Green value is 107 (42.19% from 255 or 26.82% from 399); Blue value is 188 (73.83% from 255 or 47.12% from 399); Max value from RGB is 188 - color contains mainly: blue. Hex color #686BBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686BBC is #979443. Grayscale: #737373. Windows color (decimal): -9933892 or 12348264. OLE color: 12348264.
HSL color Cylindrical-coordinate representation of color #686BBC: hue angle of 237.86º 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 #686BBC is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 107 | 188 | - |
| CMYK | 0.45 | 0.43 | 0 | 0.26 |
| HSL | 237.86º | 0.39% | 0.57% | - |
| HSV(B) | 237.86º | 0.45% | 0.74% | - |
| XYZ | 20.04 | 17.09 | 49.82 | - |
| YUV | 115.34 | 169.01 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 107 | 188 | 0.45 | 0.43 | 0 | 0.26 | 237.86 | 0.39 | 0.57 |
| Hex | 68 | 6B | BC | 2D | 2B | 0 | 1A | EE | 27 | 39 |
| Octal | 150 | 153 | 274 | 55 | 53 | 0 | 32 | 356 | 47 | 71 |
| Binary | 1101000 | 1101011 | 10111100 | 101101 | 101011 | 0 | 11010 | 11101110 | 100111 | 111001 |
Color Harmonies of #686BBC
Complementary color
Monochromatic Colors of #686BBC
Black with #686BBC
Text Example
Text Example
White with #686BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686BBC; }
p { color: rgb(104,107,188); }
H1.HeaderClassName
{
color: #686BBC;
}
.AnyTagClassName
{
color: #686BBC;
}
</style>
background-color css
<style>
a { background-color: #686BBC; }
a { background-color: rgb(104,107,188); }
div.DivClassName
{
background-color: #686BBC;
}
.BgClassName
{
background-color: #686BBC;
}
</style>
border-color css
<style>
span { border-color: #686BBC; }
span { border-color: rgb(104,107,188); }
td.TdClassName
{
border-color: #686BBC;
}
.TagClassName
{
border-color: #686BBC;
}
</style>