Shades of Chetwode Blue #687ACB
Tints of Chetwode Blue #687ACB
RGB
CMYK
RGB Variations
Color information
#687ACB (or 0x687ACB) is known color: Chetwode Blue. HEX triplet: 68, 7A and CB. RGB value is (104,122,203). Sum of RGB (Red+Green+Blue) = 104+122+203=429 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.24% from 429); Green value is 122 (48.05% from 255 or 28.44% from 429); Blue value is 203 (79.69% from 255 or 47.32% from 429); Max value from RGB is 203 - color contains mainly: blue. Hex color #687ACB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #687ACB is #978534. Grayscale: #7D7D7D. Windows color (decimal): -9930037 or 13335144. OLE color: 13335144.
HSL color Cylindrical-coordinate representation of color #687ACB: hue angle of 229.09º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #687ACB is Cyan = 0.49, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 122 | 203 | - |
| CMYK | 0.49 | 0.40 | 0 | 0.20 |
| HSL | 229.09º | 0.49% | 0.6% | - |
| HSV(B) | 229.09º | 0.49% | 0.8% | - |
| XYZ | 23.45 | 21.17 | 59.35 | - |
| YUV | 125.85 | 171.54 | 112.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 122 | 203 | 0.49 | 0.40 | 0 | 0.20 | 229.09 | 0.49 | 0.6 |
| Hex | 68 | 7A | CB | 31 | 28 | 0 | 14 | E5 | 31 | 3C |
| Octal | 150 | 172 | 313 | 61 | 50 | 0 | 24 | 345 | 61 | 74 |
| Binary | 1101000 | 1111010 | 11001011 | 110001 | 101000 | 0 | 10100 | 11100101 | 110001 | 111100 |
Color Harmonies of #687ACB
Complementary color
Monochromatic Colors of #687ACB
Black with #687ACB
Text Example
Text Example
White with #687ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687ACB; }
p { color: rgb(104,122,203); }
H1.HeaderClassName
{
color: #687ACB;
}
.AnyTagClassName
{
color: #687ACB;
}
</style>
background-color css
<style>
a { background-color: #687ACB; }
a { background-color: rgb(104,122,203); }
div.DivClassName
{
background-color: #687ACB;
}
.BgClassName
{
background-color: #687ACB;
}
</style>
border-color css
<style>
span { border-color: #687ACB; }
span { border-color: rgb(104,122,203); }
td.TdClassName
{
border-color: #687ACB;
}
.TagClassName
{
border-color: #687ACB;
}
</style>