Shades of Chetwode Blue #6F71BD
Tints of Chetwode Blue #6F71BD
RGB
CMYK
RGB Variations
Color information
#6F71BD (or 0x6F71BD) is known color: Chetwode Blue. HEX triplet: 6F, 71 and BD. RGB value is (111,113,189). Sum of RGB (Red+Green+Blue) = 111+113+189=413 (54% of max value = 765). Red value is 111 (43.75% from 255 or 26.88% from 413); Green value is 113 (44.53% from 255 or 27.36% from 413); Blue value is 189 (74.22% from 255 or 45.76% from 413); Max value from RGB is 189 - color contains mainly: blue. Hex color #6F71BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F71BD is #908E42. Grayscale: #787878. Windows color (decimal): -9473603 or 12415343. OLE color: 12415343.
HSL color Cylindrical-coordinate representation of color #6F71BD: hue angle of 238.46º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6F71BD is Cyan = 0.41, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 111 | 113 | 189 | - |
| CMYK | 0.41 | 0.40 | 0 | 0.26 |
| HSL | 238.46º | 0.37% | 0.59% | - |
| HSV(B) | 238.46º | 0.41% | 0.74% | - |
| XYZ | 21.65 | 18.86 | 50.64 | - |
| YUV | 121.07 | 166.34 | 120.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 113 | 189 | 0.41 | 0.40 | 0 | 0.26 | 238.46 | 0.37 | 0.59 |
| Hex | 6F | 71 | BD | 29 | 28 | 0 | 1A | EE | 25 | 3B |
| Octal | 157 | 161 | 275 | 51 | 50 | 0 | 32 | 356 | 45 | 73 |
| Binary | 1101111 | 1110001 | 10111101 | 101001 | 101000 | 0 | 11010 | 11101110 | 100101 | 111011 |
Color Harmonies of #6F71BD
Complementary color
Monochromatic Colors of #6F71BD
Black with #6F71BD
Text Example
Text Example
White with #6F71BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F71BD; }
p { color: rgb(111,113,189); }
H1.HeaderClassName
{
color: #6F71BD;
}
.AnyTagClassName
{
color: #6F71BD;
}
</style>
background-color css
<style>
a { background-color: #6F71BD; }
a { background-color: rgb(111,113,189); }
div.DivClassName
{
background-color: #6F71BD;
}
.BgClassName
{
background-color: #6F71BD;
}
</style>
border-color css
<style>
span { border-color: #6F71BD; }
span { border-color: rgb(111,113,189); }
td.TdClassName
{
border-color: #6F71BD;
}
.TagClassName
{
border-color: #6F71BD;
}
</style>