Shades of Chetwode Blue #6F72AA
Tints of Chetwode Blue #6F72AA
RGB
CMYK
RGB Variations
Color information
#6F72AA (or 0x6F72AA) is known color: Chetwode Blue. HEX triplet: 6F, 72 and AA. RGB value is (111,114,170). Sum of RGB (Red+Green+Blue) = 111+114+170=395 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.10% from 395); Green value is 114 (44.92% from 255 or 28.86% from 395); Blue value is 170 (66.80% from 255 or 43.04% from 395); Max value from RGB is 170 - color contains mainly: blue. Hex color #6F72AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F72AA is #908D55. Grayscale: #777777. Windows color (decimal): -9473366 or 11170415. OLE color: 11170415.
HSL color Cylindrical-coordinate representation of color #6F72AA: hue angle of 236.95º 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 #6F72AA is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 114 | 170 | - |
| CMYK | 0.35 | 0.33 | 0 | 0.33 |
| HSL | 236.95º | 0.26% | 0.55% | - |
| HSV(B) | 236.95º | 0.35% | 0.67% | - |
| XYZ | 19.83 | 18.32 | 40.52 | - |
| YUV | 119.49 | 156.51 | 121.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 114 | 170 | 0.35 | 0.33 | 0 | 0.33 | 236.95 | 0.26 | 0.55 |
| Hex | 6F | 72 | AA | 23 | 21 | 0 | 21 | ED | 1A | 37 |
| Octal | 157 | 162 | 252 | 43 | 41 | 0 | 41 | 355 | 32 | 67 |
| Binary | 1101111 | 1110010 | 10101010 | 100011 | 100001 | 0 | 100001 | 11101101 | 11010 | 110111 |
Color Harmonies of #6F72AA
Complementary color
Monochromatic Colors of #6F72AA
Black with #6F72AA
Text Example
Text Example
White with #6F72AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F72AA; }
p { color: rgb(111,114,170); }
H1.HeaderClassName
{
color: #6F72AA;
}
.AnyTagClassName
{
color: #6F72AA;
}
</style>
background-color css
<style>
a { background-color: #6F72AA; }
a { background-color: rgb(111,114,170); }
div.DivClassName
{
background-color: #6F72AA;
}
.BgClassName
{
background-color: #6F72AA;
}
</style>
border-color css
<style>
span { border-color: #6F72AA; }
span { border-color: rgb(111,114,170); }
td.TdClassName
{
border-color: #6F72AA;
}
.TagClassName
{
border-color: #6F72AA;
}
</style>