Shades of Chetwode Blue #687CCC
Tints of Chetwode Blue #687CCC
RGB
CMYK
RGB Variations
Color information
#687CCC (or 0x687CCC) is known color: Chetwode Blue. HEX triplet: 68, 7C and CC. RGB value is (104,124,204). Sum of RGB (Red+Green+Blue) = 104+124+204=432 (57% of max value = 765). Red value is 104 (41.02% from 255 or 24.07% from 432); Green value is 124 (48.83% from 255 or 28.70% from 432); Blue value is 204 (80.08% from 255 or 47.22% from 432); Max value from RGB is 204 - color contains mainly: blue. Hex color #687CCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #687CCC is #978333. Grayscale: #7E7E7E. Windows color (decimal): -9929524 or 13401192. OLE color: 13401192.
HSL color Cylindrical-coordinate representation of color #687CCC: hue angle of 228º degrees, saturation: 0.5, 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 #687CCC is Cyan = 0.49, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 104 | 124 | 204 | - |
| CMYK | 0.49 | 0.39 | 0 | 0.2 |
| HSL | 228º | 0.5% | 0.6% | - |
| HSV(B) | 228º | 0.49% | 0.8% | - |
| XYZ | 23.82 | 21.72 | 60.06 | - |
| YUV | 127.14 | 171.37 | 111.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 124 | 204 | 0.49 | 0.39 | 0 | 0.2 | 228 | 0.5 | 0.6 |
| Hex | 68 | 7C | CC | 31 | 27 | 0 | 14 | E4 | 32 | 3C |
| Octal | 150 | 174 | 314 | 61 | 47 | 0 | 24 | 344 | 62 | 74 |
| Binary | 1101000 | 1111100 | 11001100 | 110001 | 100111 | 0 | 10100 | 11100100 | 110010 | 111100 |
Color Harmonies of #687CCC
Complementary color
Monochromatic Colors of #687CCC
Black with #687CCC
Text Example
Text Example
White with #687CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687CCC; }
p { color: rgb(104,124,204); }
H1.HeaderClassName
{
color: #687CCC;
}
.AnyTagClassName
{
color: #687CCC;
}
</style>
background-color css
<style>
a { background-color: #687CCC; }
a { background-color: rgb(104,124,204); }
div.DivClassName
{
background-color: #687CCC;
}
.BgClassName
{
background-color: #687CCC;
}
</style>
border-color css
<style>
span { border-color: #687CCC; }
span { border-color: rgb(104,124,204); }
td.TdClassName
{
border-color: #687CCC;
}
.TagClassName
{
border-color: #687CCC;
}
</style>