Shades of Chetwode Blue #687CC4
Tints of Chetwode Blue #687CC4
RGB
CMYK
RGB Variations
Color information
#687CC4 (or 0x687CC4) is known color: Chetwode Blue. HEX triplet: 68, 7C and C4. RGB value is (104,124,196). Sum of RGB (Red+Green+Blue) = 104+124+196=424 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.53% from 424); Green value is 124 (48.83% from 255 or 29.25% from 424); Blue value is 196 (76.95% from 255 or 46.23% from 424); Max value from RGB is 196 - color contains mainly: blue. Hex color #687CC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #687CC4 is #97833B. Grayscale: #7D7D7D. Windows color (decimal): -9929532 or 12876904. OLE color: 12876904.
HSL color Cylindrical-coordinate representation of color #687CC4: hue angle of 226.96º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #687CC4 is Cyan = 0.47, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 104 | 124 | 196 | - |
| CMYK | 0.47 | 0.37 | 0 | 0.23 |
| HSL | 226.96º | 0.44% | 0.59% | - |
| HSV(B) | 226.96º | 0.47% | 0.77% | - |
| XYZ | 22.88 | 21.34 | 55.14 | - |
| YUV | 126.23 | 167.37 | 112.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 124 | 196 | 0.47 | 0.37 | 0 | 0.23 | 226.96 | 0.44 | 0.59 |
| Hex | 68 | 7C | C4 | 2F | 25 | 0 | 17 | E3 | 2C | 3B |
| Octal | 150 | 174 | 304 | 57 | 45 | 0 | 27 | 343 | 54 | 73 |
| Binary | 1101000 | 1111100 | 11000100 | 101111 | 100101 | 0 | 10111 | 11100011 | 101100 | 111011 |
Color Harmonies of #687CC4
Complementary color
Monochromatic Colors of #687CC4
Black with #687CC4
Text Example
Text Example
White with #687CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687CC4; }
p { color: rgb(104,124,196); }
H1.HeaderClassName
{
color: #687CC4;
}
.AnyTagClassName
{
color: #687CC4;
}
</style>
background-color css
<style>
a { background-color: #687CC4; }
a { background-color: rgb(104,124,196); }
div.DivClassName
{
background-color: #687CC4;
}
.BgClassName
{
background-color: #687CC4;
}
</style>
border-color css
<style>
span { border-color: #687CC4; }
span { border-color: rgb(104,124,196); }
td.TdClassName
{
border-color: #687CC4;
}
.TagClassName
{
border-color: #687CC4;
}
</style>