Shades of Chetwode Blue #687DC8
Tints of Chetwode Blue #687DC8
RGB
CMYK
RGB Variations
Color information
#687DC8 (or 0x687DC8) is known color: Chetwode Blue. HEX triplet: 68, 7D and C8. RGB value is (104,125,200). Sum of RGB (Red+Green+Blue) = 104+125+200=429 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.24% from 429); Green value is 125 (49.22% from 255 or 29.14% from 429); Blue value is 200 (78.52% from 255 or 46.62% from 429); Max value from RGB is 200 - color contains mainly: blue. Hex color #687DC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #687DC8 is #978237. Grayscale: #7E7E7E. Windows color (decimal): -9929272 or 13139304. OLE color: 13139304.
HSL color Cylindrical-coordinate representation of color #687DC8: hue angle of 226.88º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #687DC8 is Cyan = 0.48, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 104 | 125 | 200 | - |
| CMYK | 0.48 | 0.38 | 0 | 0.22 |
| HSL | 226.88º | 0.47% | 0.6% | - |
| HSV(B) | 226.88º | 0.48% | 0.78% | - |
| XYZ | 23.47 | 21.78 | 57.61 | - |
| YUV | 127.27 | 169.04 | 111.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 125 | 200 | 0.48 | 0.38 | 0 | 0.22 | 226.88 | 0.47 | 0.6 |
| Hex | 68 | 7D | C8 | 30 | 26 | 0 | 16 | E3 | 2F | 3C |
| Octal | 150 | 175 | 310 | 60 | 46 | 0 | 26 | 343 | 57 | 74 |
| Binary | 1101000 | 1111101 | 11001000 | 110000 | 100110 | 0 | 10110 | 11100011 | 101111 | 111100 |
Color Harmonies of #687DC8
Complementary color
Monochromatic Colors of #687DC8
Black with #687DC8
Text Example
Text Example
White with #687DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687DC8; }
p { color: rgb(104,125,200); }
H1.HeaderClassName
{
color: #687DC8;
}
.AnyTagClassName
{
color: #687DC8;
}
</style>
background-color css
<style>
a { background-color: #687DC8; }
a { background-color: rgb(104,125,200); }
div.DivClassName
{
background-color: #687DC8;
}
.BgClassName
{
background-color: #687DC8;
}
</style>
border-color css
<style>
span { border-color: #687DC8; }
span { border-color: rgb(104,125,200); }
td.TdClassName
{
border-color: #687DC8;
}
.TagClassName
{
border-color: #687DC8;
}
</style>