Shades of Chetwode Blue #6877AF
Tints of Chetwode Blue #6877AF
RGB
CMYK
RGB Variations
Color information
#6877AF (or 0x6877AF) is known color: Chetwode Blue. HEX triplet: 68, 77 and AF. RGB value is (104,119,175). Sum of RGB (Red+Green+Blue) = 104+119+175=398 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.13% from 398); Green value is 119 (46.88% from 255 or 29.90% from 398); Blue value is 175 (68.75% from 255 or 43.97% from 398); Max value from RGB is 175 - color contains mainly: blue. Hex color #6877AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6877AF is #978850. Grayscale: #787878. Windows color (decimal): -9930833 or 11499368. OLE color: 11499368.
HSL color Cylindrical-coordinate representation of color #6877AF: hue angle of 227.32º 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 #6877AF is Cyan = 0.41, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 104 | 119 | 175 | - |
| CMYK | 0.41 | 0.32 | 0 | 0.31 |
| HSL | 227.32º | 0.31% | 0.55% | - |
| HSV(B) | 227.32º | 0.41% | 0.69% | - |
| XYZ | 20.04 | 19.23 | 43.21 | - |
| YUV | 120.9 | 158.53 | 115.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 119 | 175 | 0.41 | 0.32 | 0 | 0.31 | 227.32 | 0.31 | 0.55 |
| Hex | 68 | 77 | AF | 29 | 20 | 0 | 1F | E3 | 1F | 37 |
| Octal | 150 | 167 | 257 | 51 | 40 | 0 | 37 | 343 | 37 | 67 |
| Binary | 1101000 | 1110111 | 10101111 | 101001 | 100000 | 0 | 11111 | 11100011 | 11111 | 110111 |
Color Harmonies of #6877AF
Complementary color
Monochromatic Colors of #6877AF
Black with #6877AF
Text Example
Text Example
White with #6877AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6877AF; }
p { color: rgb(104,119,175); }
H1.HeaderClassName
{
color: #6877AF;
}
.AnyTagClassName
{
color: #6877AF;
}
</style>
background-color css
<style>
a { background-color: #6877AF; }
a { background-color: rgb(104,119,175); }
div.DivClassName
{
background-color: #6877AF;
}
.BgClassName
{
background-color: #6877AF;
}
</style>
border-color css
<style>
span { border-color: #6877AF; }
span { border-color: rgb(104,119,175); }
td.TdClassName
{
border-color: #6877AF;
}
.TagClassName
{
border-color: #6877AF;
}
</style>