Shades of Chetwode Blue #6F71AB
Tints of Chetwode Blue #6F71AB
RGB
CMYK
RGB Variations
Color information
#6F71AB (or 0x6F71AB) is known color: Chetwode Blue. HEX triplet: 6F, 71 and AB. RGB value is (111,113,171). Sum of RGB (Red+Green+Blue) = 111+113+171=395 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.10% from 395); Green value is 113 (44.53% from 255 or 28.61% from 395); Blue value is 171 (67.19% from 255 or 43.29% from 395); Max value from RGB is 171 - color contains mainly: blue. Hex color #6F71AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F71AB is #908E54. Grayscale: #767676. Windows color (decimal): -9473621 or 11235695. OLE color: 11235695.
HSL color Cylindrical-coordinate representation of color #6F71AB: hue angle of 238º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6F71AB is Cyan = 0.35, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 113 | 171 | - |
| CMYK | 0.35 | 0.34 | 0 | 0.33 |
| HSL | 238º | 0.26% | 0.55% | - |
| HSV(B) | 238º | 0.35% | 0.67% | - |
| XYZ | 19.81 | 18.13 | 40.98 | - |
| YUV | 119.01 | 157.34 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 113 | 171 | 0.35 | 0.34 | 0 | 0.33 | 238 | 0.26 | 0.55 |
| Hex | 6F | 71 | AB | 23 | 22 | 0 | 21 | EE | 1A | 37 |
| Octal | 157 | 161 | 253 | 43 | 42 | 0 | 41 | 356 | 32 | 67 |
| Binary | 1101111 | 1110001 | 10101011 | 100011 | 100010 | 0 | 100001 | 11101110 | 11010 | 110111 |
Color Harmonies of #6F71AB
Complementary color
Monochromatic Colors of #6F71AB
Black with #6F71AB
Text Example
Text Example
White with #6F71AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F71AB; }
p { color: rgb(111,113,171); }
H1.HeaderClassName
{
color: #6F71AB;
}
.AnyTagClassName
{
color: #6F71AB;
}
</style>
background-color css
<style>
a { background-color: #6F71AB; }
a { background-color: rgb(111,113,171); }
div.DivClassName
{
background-color: #6F71AB;
}
.BgClassName
{
background-color: #6F71AB;
}
</style>
border-color css
<style>
span { border-color: #6F71AB; }
span { border-color: rgb(111,113,171); }
td.TdClassName
{
border-color: #6F71AB;
}
.TagClassName
{
border-color: #6F71AB;
}
</style>