Shades of Chetwode Blue #687EC2
Tints of Chetwode Blue #687EC2
RGB
CMYK
RGB Variations
Color information
#687EC2 (or 0x687EC2) is known color: Chetwode Blue. HEX triplet: 68, 7E and C2. RGB value is (104,126,194). Sum of RGB (Red+Green+Blue) = 104+126+194=424 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.53% from 424); Green value is 126 (49.61% from 255 or 29.72% from 424); Blue value is 194 (76.17% from 255 or 45.75% from 424); Max value from RGB is 194 - color contains mainly: blue. Hex color #687EC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #687EC2 is #97813D. Grayscale: #7E7E7E. Windows color (decimal): -9929022 or 12746344. OLE color: 12746344.
HSL color Cylindrical-coordinate representation of color #687EC2: hue angle of 225.33º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #687EC2 is Cyan = 0.46, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 104 | 126 | 194 | - |
| CMYK | 0.46 | 0.35 | 0 | 0.24 |
| HSL | 225.33º | 0.42% | 0.58% | - |
| HSV(B) | 225.33º | 0.46% | 0.76% | - |
| XYZ | 22.91 | 21.76 | 54.03 | - |
| YUV | 127.17 | 165.71 | 111.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 126 | 194 | 0.46 | 0.35 | 0 | 0.24 | 225.33 | 0.42 | 0.58 |
| Hex | 68 | 7E | C2 | 2E | 23 | 0 | 18 | E1 | 2A | 3A |
| Octal | 150 | 176 | 302 | 56 | 43 | 0 | 30 | 341 | 52 | 72 |
| Binary | 1101000 | 1111110 | 11000010 | 101110 | 100011 | 0 | 11000 | 11100001 | 101010 | 111010 |
Color Harmonies of #687EC2
Complementary color
Monochromatic Colors of #687EC2
Black with #687EC2
Text Example
Text Example
White with #687EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687EC2; }
p { color: rgb(104,126,194); }
H1.HeaderClassName
{
color: #687EC2;
}
.AnyTagClassName
{
color: #687EC2;
}
</style>
background-color css
<style>
a { background-color: #687EC2; }
a { background-color: rgb(104,126,194); }
div.DivClassName
{
background-color: #687EC2;
}
.BgClassName
{
background-color: #687EC2;
}
</style>
border-color css
<style>
span { border-color: #687EC2; }
span { border-color: rgb(104,126,194); }
td.TdClassName
{
border-color: #687EC2;
}
.TagClassName
{
border-color: #687EC2;
}
</style>