Shades of Chetwode Blue #6F6EA9
Tints of Chetwode Blue #6F6EA9
RGB
CMYK
RGB Variations
Color information
#6F6EA9 (or 0x6F6EA9) is known color: Chetwode Blue. HEX triplet: 6F, 6E and A9. RGB value is (111,110,169). Sum of RGB (Red+Green+Blue) = 111+110+169=390 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.46% from 390); Green value is 110 (43.36% from 255 or 28.21% from 390); Blue value is 169 (66.41% from 255 or 43.33% from 390); Max value from RGB is 169 - color contains mainly: blue. Hex color #6F6EA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F6EA9 is #909156. Grayscale: #747474. Windows color (decimal): -9474391 or 11103855. OLE color: 11103855.
HSL color Cylindrical-coordinate representation of color #6F6EA9: hue angle of 241.02º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6F6EA9 is Cyan = 0.34, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 111 | 110 | 169 | - |
| CMYK | 0.34 | 0.35 | 0 | 0.34 |
| HSL | 241.02º | 0.26% | 0.55% | - |
| HSV(B) | 241.02º | 0.35% | 0.66% | - |
| XYZ | 19.29 | 17.4 | 39.88 | - |
| YUV | 117.03 | 157.33 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 110 | 169 | 0.34 | 0.35 | 0 | 0.34 | 241.02 | 0.26 | 0.55 |
| Hex | 6F | 6E | A9 | 22 | 23 | 0 | 22 | F1 | 1A | 37 |
| Octal | 157 | 156 | 251 | 42 | 43 | 0 | 42 | 361 | 32 | 67 |
| Binary | 1101111 | 1101110 | 10101001 | 100010 | 100011 | 0 | 100010 | 11110001 | 11010 | 110111 |
Color Harmonies of #6F6EA9
Complementary color
Monochromatic Colors of #6F6EA9
Black with #6F6EA9
Text Example
Text Example
White with #6F6EA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6EA9; }
p { color: rgb(111,110,169); }
H1.HeaderClassName
{
color: #6F6EA9;
}
.AnyTagClassName
{
color: #6F6EA9;
}
</style>
background-color css
<style>
a { background-color: #6F6EA9; }
a { background-color: rgb(111,110,169); }
div.DivClassName
{
background-color: #6F6EA9;
}
.BgClassName
{
background-color: #6F6EA9;
}
</style>
border-color css
<style>
span { border-color: #6F6EA9; }
span { border-color: rgb(111,110,169); }
td.TdClassName
{
border-color: #6F6EA9;
}
.TagClassName
{
border-color: #6F6EA9;
}
</style>