Shades of Chetwode Blue #6F7BAC
Tints of Chetwode Blue #6F7BAC
RGB
CMYK
RGB Variations
Color information
#6F7BAC (or 0x6F7BAC) is known color: Chetwode Blue. HEX triplet: 6F, 7B and AC. RGB value is (111,123,172). Sum of RGB (Red+Green+Blue) = 111+123+172=406 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.34% from 406); Green value is 123 (48.44% from 255 or 30.30% from 406); Blue value is 172 (67.58% from 255 or 42.36% from 406); Max value from RGB is 172 - color contains mainly: blue. Hex color #6F7BAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F7BAC is #908453. Grayscale: #7C7C7C. Windows color (decimal): -9471060 or 11303791. OLE color: 11303791.
HSL color Cylindrical-coordinate representation of color #6F7BAC: hue angle of 228.2º degrees, saturation: 0.27, 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 #6F7BAC is Cyan = 0.35, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 123 | 172 | - |
| CMYK | 0.35 | 0.28 | 0 | 0.33 |
| HSL | 228.2º | 0.27% | 0.55% | - |
| HSV(B) | 228.2º | 0.35% | 0.67% | - |
| XYZ | 21.08 | 20.52 | 41.88 | - |
| YUV | 125 | 154.52 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 123 | 172 | 0.35 | 0.28 | 0 | 0.33 | 228.2 | 0.27 | 0.55 |
| Hex | 6F | 7B | AC | 23 | 1C | 0 | 21 | E4 | 1B | 37 |
| Octal | 157 | 173 | 254 | 43 | 34 | 0 | 41 | 344 | 33 | 67 |
| Binary | 1101111 | 1111011 | 10101100 | 100011 | 11100 | 0 | 100001 | 11100100 | 11011 | 110111 |
Color Harmonies of #6F7BAC
Complementary color
Monochromatic Colors of #6F7BAC
Black with #6F7BAC
Text Example
Text Example
White with #6F7BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7BAC; }
p { color: rgb(111,123,172); }
H1.HeaderClassName
{
color: #6F7BAC;
}
.AnyTagClassName
{
color: #6F7BAC;
}
</style>
background-color css
<style>
a { background-color: #6F7BAC; }
a { background-color: rgb(111,123,172); }
div.DivClassName
{
background-color: #6F7BAC;
}
.BgClassName
{
background-color: #6F7BAC;
}
</style>
border-color css
<style>
span { border-color: #6F7BAC; }
span { border-color: rgb(111,123,172); }
td.TdClassName
{
border-color: #6F7BAC;
}
.TagClassName
{
border-color: #6F7BAC;
}
</style>