Shades of Chetwode Blue #687BC2
Tints of Chetwode Blue #687BC2
RGB
CMYK
RGB Variations
Color information
#687BC2 (or 0x687BC2) is known color: Chetwode Blue. HEX triplet: 68, 7B and C2. RGB value is (104,123,194). Sum of RGB (Red+Green+Blue) = 104+123+194=421 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.70% from 421); Green value is 123 (48.44% from 255 or 29.22% from 421); Blue value is 194 (76.17% from 255 or 46.08% from 421); Max value from RGB is 194 - color contains mainly: blue. Hex color #687BC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #687BC2 is #97843D. Grayscale: #7D7D7D. Windows color (decimal): -9929790 or 12745576. OLE color: 12745576.
HSL color Cylindrical-coordinate representation of color #687BC2: hue angle of 227.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 #687BC2 is Cyan = 0.46, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 104 | 123 | 194 | - |
| CMYK | 0.46 | 0.37 | 0 | 0.24 |
| HSL | 227.33º | 0.42% | 0.58% | - |
| HSV(B) | 227.33º | 0.46% | 0.76% | - |
| XYZ | 22.53 | 21 | 53.91 | - |
| YUV | 125.41 | 166.71 | 112.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 123 | 194 | 0.46 | 0.37 | 0 | 0.24 | 227.33 | 0.42 | 0.58 |
| Hex | 68 | 7B | C2 | 2E | 25 | 0 | 18 | E3 | 2A | 3A |
| Octal | 150 | 173 | 302 | 56 | 45 | 0 | 30 | 343 | 52 | 72 |
| Binary | 1101000 | 1111011 | 11000010 | 101110 | 100101 | 0 | 11000 | 11100011 | 101010 | 111010 |
Color Harmonies of #687BC2
Complementary color
Monochromatic Colors of #687BC2
Black with #687BC2
Text Example
Text Example
White with #687BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687BC2; }
p { color: rgb(104,123,194); }
H1.HeaderClassName
{
color: #687BC2;
}
.AnyTagClassName
{
color: #687BC2;
}
</style>
background-color css
<style>
a { background-color: #687BC2; }
a { background-color: rgb(104,123,194); }
div.DivClassName
{
background-color: #687BC2;
}
.BgClassName
{
background-color: #687BC2;
}
</style>
border-color css
<style>
span { border-color: #687BC2; }
span { border-color: rgb(104,123,194); }
td.TdClassName
{
border-color: #687BC2;
}
.TagClassName
{
border-color: #687BC2;
}
</style>