Shades of Chetwode Blue #686ABC
Tints of Chetwode Blue #686ABC
RGB
CMYK
RGB Variations
Color information
#686ABC (or 0x686ABC) is known color: Chetwode Blue. HEX triplet: 68, 6A and BC. RGB value is (104,106,188). Sum of RGB (Red+Green+Blue) = 104+106+188=398 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.13% from 398); Green value is 106 (41.80% from 255 or 26.63% from 398); Blue value is 188 (73.83% from 255 or 47.24% from 398); Max value from RGB is 188 - color contains mainly: blue. Hex color #686ABC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686ABC is #979543. Grayscale: #727272. Windows color (decimal): -9934148 or 12348008. OLE color: 12348008.
HSL color Cylindrical-coordinate representation of color #686ABC: hue angle of 238.57º 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 #686ABC is Cyan = 0.45, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 106 | 188 | - |
| CMYK | 0.45 | 0.44 | 0 | 0.26 |
| HSL | 238.57º | 0.39% | 0.57% | - |
| HSV(B) | 238.57º | 0.45% | 0.74% | - |
| XYZ | 19.94 | 16.88 | 49.78 | - |
| YUV | 114.75 | 169.34 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 106 | 188 | 0.45 | 0.44 | 0 | 0.26 | 238.57 | 0.39 | 0.57 |
| Hex | 68 | 6A | BC | 2D | 2C | 0 | 1A | EF | 27 | 39 |
| Octal | 150 | 152 | 274 | 55 | 54 | 0 | 32 | 357 | 47 | 71 |
| Binary | 1101000 | 1101010 | 10111100 | 101101 | 101100 | 0 | 11010 | 11101111 | 100111 | 111001 |
Color Harmonies of #686ABC
Complementary color
Monochromatic Colors of #686ABC
Black with #686ABC
Text Example
Text Example
White with #686ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686ABC; }
p { color: rgb(104,106,188); }
H1.HeaderClassName
{
color: #686ABC;
}
.AnyTagClassName
{
color: #686ABC;
}
</style>
background-color css
<style>
a { background-color: #686ABC; }
a { background-color: rgb(104,106,188); }
div.DivClassName
{
background-color: #686ABC;
}
.BgClassName
{
background-color: #686ABC;
}
</style>
border-color css
<style>
span { border-color: #686ABC; }
span { border-color: rgb(104,106,188); }
td.TdClassName
{
border-color: #686ABC;
}
.TagClassName
{
border-color: #686ABC;
}
</style>