Shades of Chetwode Blue #6F7CBC
Tints of Chetwode Blue #6F7CBC
RGB
CMYK
RGB Variations
Color information
#6F7CBC (or 0x6F7CBC) is known color: Chetwode Blue. HEX triplet: 6F, 7C and BC. RGB value is (111,124,188). Sum of RGB (Red+Green+Blue) = 111+124+188=423 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.24% from 423); Green value is 124 (48.83% from 255 or 29.31% from 423); Blue value is 188 (73.83% from 255 or 44.44% from 423); Max value from RGB is 188 - color contains mainly: blue. Hex color #6F7CBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F7CBC is #908343. Grayscale: #7F7F7F. Windows color (decimal): -9470788 or 12352623. OLE color: 12352623.
HSL color Cylindrical-coordinate representation of color #6F7CBC: hue angle of 229.87º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6F7CBC is Cyan = 0.41, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 111 | 124 | 188 | - |
| CMYK | 0.41 | 0.34 | 0 | 0.26 |
| HSL | 229.87º | 0.36% | 0.59% | - |
| HSV(B) | 229.87º | 0.41% | 0.74% | - |
| XYZ | 22.84 | 21.43 | 50.51 | - |
| YUV | 127.41 | 162.19 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 124 | 188 | 0.41 | 0.34 | 0 | 0.26 | 229.87 | 0.36 | 0.59 |
| Hex | 6F | 7C | BC | 29 | 22 | 0 | 1A | E6 | 24 | 3B |
| Octal | 157 | 174 | 274 | 51 | 42 | 0 | 32 | 346 | 44 | 73 |
| Binary | 1101111 | 1111100 | 10111100 | 101001 | 100010 | 0 | 11010 | 11100110 | 100100 | 111011 |
Color Harmonies of #6F7CBC
Complementary color
Monochromatic Colors of #6F7CBC
Black with #6F7CBC
Text Example
Text Example
White with #6F7CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7CBC; }
p { color: rgb(111,124,188); }
H1.HeaderClassName
{
color: #6F7CBC;
}
.AnyTagClassName
{
color: #6F7CBC;
}
</style>
background-color css
<style>
a { background-color: #6F7CBC; }
a { background-color: rgb(111,124,188); }
div.DivClassName
{
background-color: #6F7CBC;
}
.BgClassName
{
background-color: #6F7CBC;
}
</style>
border-color css
<style>
span { border-color: #6F7CBC; }
span { border-color: rgb(111,124,188); }
td.TdClassName
{
border-color: #6F7CBC;
}
.TagClassName
{
border-color: #6F7CBC;
}
</style>