Shades of Chetwode Blue #6F7AAA
Tints of Chetwode Blue #6F7AAA
RGB
CMYK
RGB Variations
Color information
#6F7AAA (or 0x6F7AAA) is known color: Chetwode Blue. HEX triplet: 6F, 7A and AA. RGB value is (111,122,170). Sum of RGB (Red+Green+Blue) = 111+122+170=403 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.54% from 403); Green value is 122 (48.05% from 255 or 30.27% from 403); Blue value is 170 (66.80% from 255 or 42.18% from 403); Max value from RGB is 170 - color contains mainly: blue. Hex color #6F7AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F7AAA is #908555. Grayscale: #7B7B7B. Windows color (decimal): -9471318 or 11172463. OLE color: 11172463.
HSL color Cylindrical-coordinate representation of color #6F7AAA: hue angle of 228.81º 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 #6F7AAA is Cyan = 0.35, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 122 | 170 | - |
| CMYK | 0.35 | 0.28 | 0 | 0.33 |
| HSL | 228.81º | 0.26% | 0.55% | - |
| HSV(B) | 228.81º | 0.35% | 0.67% | - |
| XYZ | 20.77 | 20.2 | 40.83 | - |
| YUV | 124.18 | 153.86 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 122 | 170 | 0.35 | 0.28 | 0 | 0.33 | 228.81 | 0.26 | 0.55 |
| Hex | 6F | 7A | AA | 23 | 1C | 0 | 21 | E5 | 1A | 37 |
| Octal | 157 | 172 | 252 | 43 | 34 | 0 | 41 | 345 | 32 | 67 |
| Binary | 1101111 | 1111010 | 10101010 | 100011 | 11100 | 0 | 100001 | 11100101 | 11010 | 110111 |
Color Harmonies of #6F7AAA
Complementary color
Monochromatic Colors of #6F7AAA
Black with #6F7AAA
Text Example
Text Example
White with #6F7AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7AAA; }
p { color: rgb(111,122,170); }
H1.HeaderClassName
{
color: #6F7AAA;
}
.AnyTagClassName
{
color: #6F7AAA;
}
</style>
background-color css
<style>
a { background-color: #6F7AAA; }
a { background-color: rgb(111,122,170); }
div.DivClassName
{
background-color: #6F7AAA;
}
.BgClassName
{
background-color: #6F7AAA;
}
</style>
border-color css
<style>
span { border-color: #6F7AAA; }
span { border-color: rgb(111,122,170); }
td.TdClassName
{
border-color: #6F7AAA;
}
.TagClassName
{
border-color: #6F7AAA;
}
</style>