Shades of Chetwode Blue #6879AF
Tints of Chetwode Blue #6879AF
RGB
CMYK
RGB Variations
Color information
#6879AF (or 0x6879AF) is known color: Chetwode Blue. HEX triplet: 68, 79 and AF. RGB value is (104,121,175). Sum of RGB (Red+Green+Blue) = 104+121+175=400 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26% from 400); Green value is 121 (47.66% from 255 or 30.25% from 400); Blue value is 175 (68.75% from 255 or 43.75% from 400); Max value from RGB is 175 - color contains mainly: blue. Hex color #6879AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6879AF is #978650. Grayscale: #797979. Windows color (decimal): -9930321 or 11499880. OLE color: 11499880.
HSL color Cylindrical-coordinate representation of color #6879AF: hue angle of 225.63º 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 #6879AF is Cyan = 0.41, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 104 | 121 | 175 | - |
| CMYK | 0.41 | 0.31 | 0 | 0.31 |
| HSL | 225.63º | 0.31% | 0.55% | - |
| HSV(B) | 225.63º | 0.41% | 0.69% | - |
| XYZ | 20.28 | 19.71 | 43.29 | - |
| YUV | 122.07 | 157.87 | 115.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 121 | 175 | 0.41 | 0.31 | 0 | 0.31 | 225.63 | 0.31 | 0.55 |
| Hex | 68 | 79 | AF | 29 | 1F | 0 | 1F | E2 | 1F | 37 |
| Octal | 150 | 171 | 257 | 51 | 37 | 0 | 37 | 342 | 37 | 67 |
| Binary | 1101000 | 1111001 | 10101111 | 101001 | 11111 | 0 | 11111 | 11100010 | 11111 | 110111 |
Color Harmonies of #6879AF
Complementary color
Monochromatic Colors of #6879AF
Black with #6879AF
Text Example
Text Example
White with #6879AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6879AF; }
p { color: rgb(104,121,175); }
H1.HeaderClassName
{
color: #6879AF;
}
.AnyTagClassName
{
color: #6879AF;
}
</style>
background-color css
<style>
a { background-color: #6879AF; }
a { background-color: rgb(104,121,175); }
div.DivClassName
{
background-color: #6879AF;
}
.BgClassName
{
background-color: #6879AF;
}
</style>
border-color css
<style>
span { border-color: #6879AF; }
span { border-color: rgb(104,121,175); }
td.TdClassName
{
border-color: #6879AF;
}
.TagClassName
{
border-color: #6879AF;
}
</style>