Shades of Chetwode Blue #6F7CB6
Tints of Chetwode Blue #6F7CB6
RGB
CMYK
RGB Variations
Color information
#6F7CB6 (or 0x6F7CB6) is known color: Chetwode Blue. HEX triplet: 6F, 7C and B6. RGB value is (111,124,182). Sum of RGB (Red+Green+Blue) = 111+124+182=417 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.62% from 417); Green value is 124 (48.83% from 255 or 29.74% from 417); Blue value is 182 (71.48% from 255 or 43.65% from 417); Max value from RGB is 182 - color contains mainly: blue. Hex color #6F7CB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F7CB6 is #908349. Grayscale: #7E7E7E. Windows color (decimal): -9470794 or 11959407. OLE color: 11959407.
HSL color Cylindrical-coordinate representation of color #6F7CB6: hue angle of 229.01º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6F7CB6 is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 111 | 124 | 182 | - |
| CMYK | 0.39 | 0.32 | 0 | 0.29 |
| HSL | 229.01º | 0.33% | 0.57% | - |
| HSV(B) | 229.01º | 0.39% | 0.71% | - |
| XYZ | 22.21 | 21.17 | 47.17 | - |
| YUV | 126.73 | 159.19 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 124 | 182 | 0.39 | 0.32 | 0 | 0.29 | 229.01 | 0.33 | 0.57 |
| Hex | 6F | 7C | B6 | 27 | 20 | 0 | 1D | E5 | 21 | 39 |
| Octal | 157 | 174 | 266 | 47 | 40 | 0 | 35 | 345 | 41 | 71 |
| Binary | 1101111 | 1111100 | 10110110 | 100111 | 100000 | 0 | 11101 | 11100101 | 100001 | 111001 |
Color Harmonies of #6F7CB6
Complementary color
Monochromatic Colors of #6F7CB6
Black with #6F7CB6
Text Example
Text Example
White with #6F7CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7CB6; }
p { color: rgb(111,124,182); }
H1.HeaderClassName
{
color: #6F7CB6;
}
.AnyTagClassName
{
color: #6F7CB6;
}
</style>
background-color css
<style>
a { background-color: #6F7CB6; }
a { background-color: rgb(111,124,182); }
div.DivClassName
{
background-color: #6F7CB6;
}
.BgClassName
{
background-color: #6F7CB6;
}
</style>
border-color css
<style>
span { border-color: #6F7CB6; }
span { border-color: rgb(111,124,182); }
td.TdClassName
{
border-color: #6F7CB6;
}
.TagClassName
{
border-color: #6F7CB6;
}
</style>