Shades of Chetwode Blue #687BCF
Tints of Chetwode Blue #687BCF
RGB
CMYK
RGB Variations
Color information
#687BCF (or 0x687BCF) is known color: Chetwode Blue. HEX triplet: 68, 7B and CF. RGB value is (104,123,207). Sum of RGB (Red+Green+Blue) = 104+123+207=434 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.96% from 434); Green value is 123 (48.44% from 255 or 28.34% from 434); Blue value is 207 (81.25% from 255 or 47.70% from 434); Max value from RGB is 207 - color contains mainly: blue. Hex color #687BCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #687BCF is #978430. Grayscale: #7E7E7E. Windows color (decimal): -9929777 or 13597544. OLE color: 13597544.
HSL color Cylindrical-coordinate representation of color #687BCF: hue angle of 228.93º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #687BCF is Cyan = 0.50, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 123 | 207 | - |
| CMYK | 0.50 | 0.41 | 0 | 0.19 |
| HSL | 228.93º | 0.52% | 0.61% | - |
| HSV(B) | 228.93º | 0.5% | 0.81% | - |
| XYZ | 24.05 | 21.61 | 61.94 | - |
| YUV | 126.9 | 173.21 | 111.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 123 | 207 | 0.50 | 0.41 | 0 | 0.19 | 228.93 | 0.52 | 0.61 |
| Hex | 68 | 7B | CF | 32 | 29 | 0 | 13 | E5 | 34 | 3D |
| Octal | 150 | 173 | 317 | 62 | 51 | 0 | 23 | 345 | 64 | 75 |
| Binary | 1101000 | 1111011 | 11001111 | 110010 | 101001 | 0 | 10011 | 11100101 | 110100 | 111101 |
Color Harmonies of #687BCF
Complementary color
Monochromatic Colors of #687BCF
Black with #687BCF
Text Example
Text Example
White with #687BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687BCF; }
p { color: rgb(104,123,207); }
H1.HeaderClassName
{
color: #687BCF;
}
.AnyTagClassName
{
color: #687BCF;
}
</style>
background-color css
<style>
a { background-color: #687BCF; }
a { background-color: rgb(104,123,207); }
div.DivClassName
{
background-color: #687BCF;
}
.BgClassName
{
background-color: #687BCF;
}
</style>
border-color css
<style>
span { border-color: #687BCF; }
span { border-color: rgb(104,123,207); }
td.TdClassName
{
border-color: #687BCF;
}
.TagClassName
{
border-color: #687BCF;
}
</style>