Shades of Chetwode Blue #6F729D
Tints of Chetwode Blue #6F729D
RGB
CMYK
RGB Variations
Color information
#6F729D (or 0x6F729D) is known color: Chetwode Blue. HEX triplet: 6F, 72 and 9D. RGB value is (111,114,157). Sum of RGB (Red+Green+Blue) = 111+114+157=382 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.06% from 382); Green value is 114 (44.92% from 255 or 29.84% from 382); Blue value is 157 (61.72% from 255 or 41.10% from 382); Max value from RGB is 157 - color contains mainly: blue. Hex color #6F729D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F729D is #908D62. Grayscale: #757575. Windows color (decimal): -9473379 or 10318447. OLE color: 10318447.
HSL color Cylindrical-coordinate representation of color #6F729D: hue angle of 236.09º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6F729D is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 111 | 114 | 157 | - |
| CMYK | 0.29 | 0.27 | 0 | 0.38 |
| HSL | 236.09º | 0.19% | 0.53% | - |
| HSV(B) | 236.09º | 0.29% | 0.62% | - |
| XYZ | 18.66 | 17.85 | 34.36 | - |
| YUV | 118.01 | 150.01 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 114 | 157 | 0.29 | 0.27 | 0 | 0.38 | 236.09 | 0.19 | 0.53 |
| Hex | 6F | 72 | 9D | 1D | 1B | 0 | 26 | EC | 13 | 35 |
| Octal | 157 | 162 | 235 | 35 | 33 | 0 | 46 | 354 | 23 | 65 |
| Binary | 1101111 | 1110010 | 10011101 | 11101 | 11011 | 0 | 100110 | 11101100 | 10011 | 110101 |
Color Harmonies of #6F729D
Complementary color
Monochromatic Colors of #6F729D
Black with #6F729D
Text Example
Text Example
White with #6F729D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F729D; }
p { color: rgb(111,114,157); }
H1.HeaderClassName
{
color: #6F729D;
}
.AnyTagClassName
{
color: #6F729D;
}
</style>
background-color css
<style>
a { background-color: #6F729D; }
a { background-color: rgb(111,114,157); }
div.DivClassName
{
background-color: #6F729D;
}
.BgClassName
{
background-color: #6F729D;
}
</style>
border-color css
<style>
span { border-color: #6F729D; }
span { border-color: rgb(111,114,157); }
td.TdClassName
{
border-color: #6F729D;
}
.TagClassName
{
border-color: #6F729D;
}
</style>