Shades of Chetwode Blue #6870AF
Tints of Chetwode Blue #6870AF
RGB
CMYK
RGB Variations
Color information
#6870AF (or 0x6870AF) is known color: Chetwode Blue. HEX triplet: 68, 70 and AF. RGB value is (104,112,175). Sum of RGB (Red+Green+Blue) = 104+112+175=391 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.60% from 391); Green value is 112 (44.14% from 255 or 28.64% from 391); Blue value is 175 (68.75% from 255 or 44.76% from 391); Max value from RGB is 175 - color contains mainly: blue. Hex color #6870AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6870AF is #978F50. Grayscale: #747474. Windows color (decimal): -9932625 or 11497576. OLE color: 11497576.
HSL color Cylindrical-coordinate representation of color #6870AF: hue angle of 233.24º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6870AF is Cyan = 0.41, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 104 | 112 | 175 | - |
| CMYK | 0.41 | 0.36 | 0 | 0.31 |
| HSL | 233.24º | 0.31% | 0.55% | - |
| HSV(B) | 233.24º | 0.41% | 0.69% | - |
| XYZ | 19.24 | 17.63 | 42.95 | - |
| YUV | 116.79 | 160.85 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 112 | 175 | 0.41 | 0.36 | 0 | 0.31 | 233.24 | 0.31 | 0.55 |
| Hex | 68 | 70 | AF | 29 | 24 | 0 | 1F | E9 | 1F | 37 |
| Octal | 150 | 160 | 257 | 51 | 44 | 0 | 37 | 351 | 37 | 67 |
| Binary | 1101000 | 1110000 | 10101111 | 101001 | 100100 | 0 | 11111 | 11101001 | 11111 | 110111 |
Color Harmonies of #6870AF
Complementary color
Monochromatic Colors of #6870AF
Black with #6870AF
Text Example
Text Example
White with #6870AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6870AF; }
p { color: rgb(104,112,175); }
H1.HeaderClassName
{
color: #6870AF;
}
.AnyTagClassName
{
color: #6870AF;
}
</style>
background-color css
<style>
a { background-color: #6870AF; }
a { background-color: rgb(104,112,175); }
div.DivClassName
{
background-color: #6870AF;
}
.BgClassName
{
background-color: #6870AF;
}
</style>
border-color css
<style>
span { border-color: #6870AF; }
span { border-color: rgb(104,112,175); }
td.TdClassName
{
border-color: #6870AF;
}
.TagClassName
{
border-color: #6870AF;
}
</style>