Shades of Chetwode Blue #687ACF
Tints of Chetwode Blue #687ACF
RGB
CMYK
RGB Variations
Color information
#687ACF (or 0x687ACF) is known color: Chetwode Blue. HEX triplet: 68, 7A and CF. RGB value is (104,122,207). Sum of RGB (Red+Green+Blue) = 104+122+207=433 (57% of max value = 765). Red value is 104 (41.02% from 255 or 24.02% from 433); Green value is 122 (48.05% from 255 or 28.18% from 433); Blue value is 207 (81.25% from 255 or 47.81% from 433); Max value from RGB is 207 - color contains mainly: blue. Hex color #687ACF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #687ACF is #978530. Grayscale: #7D7D7D. Windows color (decimal): -9930033 or 13597288. OLE color: 13597288.
HSL color Cylindrical-coordinate representation of color #687ACF: hue angle of 229.51º 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 #687ACF is Cyan = 0.50, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 122 | 207 | - |
| CMYK | 0.50 | 0.41 | 0 | 0.19 |
| HSL | 229.51º | 0.52% | 0.61% | - |
| HSV(B) | 229.51º | 0.5% | 0.81% | - |
| XYZ | 23.93 | 21.37 | 61.89 | - |
| YUV | 126.31 | 173.54 | 112.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 122 | 207 | 0.50 | 0.41 | 0 | 0.19 | 229.51 | 0.52 | 0.61 |
| Hex | 68 | 7A | CF | 32 | 29 | 0 | 13 | E6 | 34 | 3D |
| Octal | 150 | 172 | 317 | 62 | 51 | 0 | 23 | 346 | 64 | 75 |
| Binary | 1101000 | 1111010 | 11001111 | 110010 | 101001 | 0 | 10011 | 11100110 | 110100 | 111101 |
Color Harmonies of #687ACF
Complementary color
Monochromatic Colors of #687ACF
Black with #687ACF
Text Example
Text Example
White with #687ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687ACF; }
p { color: rgb(104,122,207); }
H1.HeaderClassName
{
color: #687ACF;
}
.AnyTagClassName
{
color: #687ACF;
}
</style>
background-color css
<style>
a { background-color: #687ACF; }
a { background-color: rgb(104,122,207); }
div.DivClassName
{
background-color: #687ACF;
}
.BgClassName
{
background-color: #687ACF;
}
</style>
border-color css
<style>
span { border-color: #687ACF; }
span { border-color: rgb(104,122,207); }
td.TdClassName
{
border-color: #687ACF;
}
.TagClassName
{
border-color: #687ACF;
}
</style>