Shades of Chetwode Blue #687ABC
Tints of Chetwode Blue #687ABC
RGB
CMYK
RGB Variations
Color information
#687ABC (or 0x687ABC) is known color: Chetwode Blue. HEX triplet: 68, 7A and BC. RGB value is (104,122,188). Sum of RGB (Red+Green+Blue) = 104+122+188=414 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.12% from 414); Green value is 122 (48.05% from 255 or 29.47% from 414); Blue value is 188 (73.83% from 255 or 45.41% from 414); Max value from RGB is 188 - color contains mainly: blue. Hex color #687ABC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #687ABC is #978543. Grayscale: #7B7B7B. Windows color (decimal): -9930052 or 12352104. OLE color: 12352104.
HSL color Cylindrical-coordinate representation of color #687ABC: hue angle of 227.14º 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 #687ABC is Cyan = 0.45, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 122 | 188 | - |
| CMYK | 0.45 | 0.35 | 0 | 0.26 |
| HSL | 227.14º | 0.39% | 0.57% | - |
| HSV(B) | 227.14º | 0.45% | 0.74% | - |
| XYZ | 21.75 | 20.49 | 50.39 | - |
| YUV | 124.14 | 164.04 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 122 | 188 | 0.45 | 0.35 | 0 | 0.26 | 227.14 | 0.39 | 0.57 |
| Hex | 68 | 7A | BC | 2D | 23 | 0 | 1A | E3 | 27 | 39 |
| Octal | 150 | 172 | 274 | 55 | 43 | 0 | 32 | 343 | 47 | 71 |
| Binary | 1101000 | 1111010 | 10111100 | 101101 | 100011 | 0 | 11010 | 11100011 | 100111 | 111001 |
Color Harmonies of #687ABC
Complementary color
Monochromatic Colors of #687ABC
Black with #687ABC
Text Example
Text Example
White with #687ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687ABC; }
p { color: rgb(104,122,188); }
H1.HeaderClassName
{
color: #687ABC;
}
.AnyTagClassName
{
color: #687ABC;
}
</style>
background-color css
<style>
a { background-color: #687ABC; }
a { background-color: rgb(104,122,188); }
div.DivClassName
{
background-color: #687ABC;
}
.BgClassName
{
background-color: #687ABC;
}
</style>
border-color css
<style>
span { border-color: #687ABC; }
span { border-color: rgb(104,122,188); }
td.TdClassName
{
border-color: #687ABC;
}
.TagClassName
{
border-color: #687ABC;
}
</style>