Shades of Chetwode Blue #69729E
Tints of Chetwode Blue #69729E
RGB
CMYK
RGB Variations
Color information
#69729E (or 0x69729E) is known color: Chetwode Blue. HEX triplet: 69, 72 and 9E. RGB value is (105,114,158). Sum of RGB (Red+Green+Blue) = 105+114+158=377 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.85% from 377); Green value is 114 (44.92% from 255 or 30.24% from 377); Blue value is 158 (62.11% from 255 or 41.91% from 377); Max value from RGB is 158 - color contains mainly: blue. Hex color #69729E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69729E is #968D61. Grayscale: #747474. Windows color (decimal): -9866594 or 10383977. OLE color: 10383977.
HSL color Cylindrical-coordinate representation of color #69729E: hue angle of 229.81º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #69729E is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 105 | 114 | 158 | - |
| CMYK | 0.34 | 0.28 | 0 | 0.38 |
| HSL | 229.81º | 0.21% | 0.52% | - |
| HSV(B) | 229.81º | 0.34% | 0.62% | - |
| XYZ | 18.01 | 17.51 | 34.78 | - |
| YUV | 116.33 | 151.52 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 114 | 158 | 0.34 | 0.28 | 0 | 0.38 | 229.81 | 0.21 | 0.52 |
| Hex | 69 | 72 | 9E | 22 | 1C | 0 | 26 | E6 | 15 | 34 |
| Octal | 151 | 162 | 236 | 42 | 34 | 0 | 46 | 346 | 25 | 64 |
| Binary | 1101001 | 1110010 | 10011110 | 100010 | 11100 | 0 | 100110 | 11100110 | 10101 | 110100 |
Color Harmonies of #69729E
Complementary color
Monochromatic Colors of #69729E
Black with #69729E
Text Example
Text Example
White with #69729E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69729E; }
p { color: rgb(105,114,158); }
H1.HeaderClassName
{
color: #69729E;
}
.AnyTagClassName
{
color: #69729E;
}
</style>
background-color css
<style>
a { background-color: #69729E; }
a { background-color: rgb(105,114,158); }
div.DivClassName
{
background-color: #69729E;
}
.BgClassName
{
background-color: #69729E;
}
</style>
border-color css
<style>
span { border-color: #69729E; }
span { border-color: rgb(105,114,158); }
td.TdClassName
{
border-color: #69729E;
}
.TagClassName
{
border-color: #69729E;
}
</style>