Shades of Chetwode Blue #6F7BB6
Tints of Chetwode Blue #6F7BB6
RGB
CMYK
RGB Variations
Color information
#6F7BB6 (or 0x6F7BB6) is known color: Chetwode Blue. HEX triplet: 6F, 7B and B6. RGB value is (111,123,182). Sum of RGB (Red+Green+Blue) = 111+123+182=416 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.68% from 416); Green value is 123 (48.44% from 255 or 29.57% from 416); Blue value is 182 (71.48% from 255 or 43.75% from 416); Max value from RGB is 182 - color contains mainly: blue. Hex color #6F7BB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F7BB6 is #908449. Grayscale: #7D7D7D. Windows color (decimal): -9471050 or 11959151. OLE color: 11959151.
HSL color Cylindrical-coordinate representation of color #6F7BB6: hue angle of 229.86º 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 #6F7BB6 is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 111 | 123 | 182 | - |
| CMYK | 0.39 | 0.32 | 0 | 0.29 |
| HSL | 229.86º | 0.33% | 0.57% | - |
| HSV(B) | 229.86º | 0.39% | 0.71% | - |
| XYZ | 22.08 | 20.92 | 47.13 | - |
| YUV | 126.14 | 159.52 | 117.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 123 | 182 | 0.39 | 0.32 | 0 | 0.29 | 229.86 | 0.33 | 0.57 |
| Hex | 6F | 7B | B6 | 27 | 20 | 0 | 1D | E6 | 21 | 39 |
| Octal | 157 | 173 | 266 | 47 | 40 | 0 | 35 | 346 | 41 | 71 |
| Binary | 1101111 | 1111011 | 10110110 | 100111 | 100000 | 0 | 11101 | 11100110 | 100001 | 111001 |
Color Harmonies of #6F7BB6
Complementary color
Monochromatic Colors of #6F7BB6
Black with #6F7BB6
Text Example
Text Example
White with #6F7BB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7BB6; }
p { color: rgb(111,123,182); }
H1.HeaderClassName
{
color: #6F7BB6;
}
.AnyTagClassName
{
color: #6F7BB6;
}
</style>
background-color css
<style>
a { background-color: #6F7BB6; }
a { background-color: rgb(111,123,182); }
div.DivClassName
{
background-color: #6F7BB6;
}
.BgClassName
{
background-color: #6F7BB6;
}
</style>
border-color css
<style>
span { border-color: #6F7BB6; }
span { border-color: rgb(111,123,182); }
td.TdClassName
{
border-color: #6F7BB6;
}
.TagClassName
{
border-color: #6F7BB6;
}
</style>