Shades of Chetwode Blue #6F7BBB
Tints of Chetwode Blue #6F7BBB
RGB
CMYK
RGB Variations
Color information
#6F7BBB (or 0x6F7BBB) is known color: Chetwode Blue. HEX triplet: 6F, 7B and BB. RGB value is (111,123,187). Sum of RGB (Red+Green+Blue) = 111+123+187=421 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.37% from 421); Green value is 123 (48.44% from 255 or 29.22% from 421); Blue value is 187 (73.44% from 255 or 44.42% from 421); Max value from RGB is 187 - color contains mainly: blue. Hex color #6F7BBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F7BBB is #908444. Grayscale: #7E7E7E. Windows color (decimal): -9471045 or 12286831. OLE color: 12286831.
HSL color Cylindrical-coordinate representation of color #6F7BBB: hue angle of 230.53º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6F7BBB is Cyan = 0.41, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 111 | 123 | 187 | - |
| CMYK | 0.41 | 0.34 | 0 | 0.27 |
| HSL | 230.53º | 0.36% | 0.58% | - |
| HSV(B) | 230.53º | 0.41% | 0.73% | - |
| XYZ | 22.61 | 21.13 | 49.9 | - |
| YUV | 126.71 | 162.02 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 123 | 187 | 0.41 | 0.34 | 0 | 0.27 | 230.53 | 0.36 | 0.58 |
| Hex | 6F | 7B | BB | 29 | 22 | 0 | 1B | E7 | 24 | 3A |
| Octal | 157 | 173 | 273 | 51 | 42 | 0 | 33 | 347 | 44 | 72 |
| Binary | 1101111 | 1111011 | 10111011 | 101001 | 100010 | 0 | 11011 | 11100111 | 100100 | 111010 |
Color Harmonies of #6F7BBB
Complementary color
Monochromatic Colors of #6F7BBB
Black with #6F7BBB
Text Example
Text Example
White with #6F7BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7BBB; }
p { color: rgb(111,123,187); }
H1.HeaderClassName
{
color: #6F7BBB;
}
.AnyTagClassName
{
color: #6F7BBB;
}
</style>
background-color css
<style>
a { background-color: #6F7BBB; }
a { background-color: rgb(111,123,187); }
div.DivClassName
{
background-color: #6F7BBB;
}
.BgClassName
{
background-color: #6F7BBB;
}
</style>
border-color css
<style>
span { border-color: #6F7BBB; }
span { border-color: rgb(111,123,187); }
td.TdClassName
{
border-color: #6F7BBB;
}
.TagClassName
{
border-color: #6F7BBB;
}
</style>