Shades of Chetwode Blue #6B729E
Tints of Chetwode Blue #6B729E
RGB
CMYK
RGB Variations
Color information
#6B729E (or 0x6B729E) is known color: Chetwode Blue. HEX triplet: 6B, 72 and 9E. RGB value is (107,114,158). Sum of RGB (Red+Green+Blue) = 107+114+158=379 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.23% from 379); Green value is 114 (44.92% from 255 or 30.08% from 379); Blue value is 158 (62.11% from 255 or 41.69% from 379); Max value from RGB is 158 - color contains mainly: blue. Hex color #6B729E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B729E is #948D61. Grayscale: #747474. Windows color (decimal): -9735522 or 10383979. OLE color: 10383979.
HSL color Cylindrical-coordinate representation of color #6B729E: hue angle of 231.76º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6B729E is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 107 | 114 | 158 | - |
| CMYK | 0.32 | 0.28 | 0 | 0.38 |
| HSL | 231.76º | 0.21% | 0.52% | - |
| HSV(B) | 231.76º | 0.32% | 0.62% | - |
| XYZ | 18.25 | 17.63 | 34.79 | - |
| YUV | 116.92 | 151.18 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 114 | 158 | 0.32 | 0.28 | 0 | 0.38 | 231.76 | 0.21 | 0.52 |
| Hex | 6B | 72 | 9E | 20 | 1C | 0 | 26 | E8 | 15 | 34 |
| Octal | 153 | 162 | 236 | 40 | 34 | 0 | 46 | 350 | 25 | 64 |
| Binary | 1101011 | 1110010 | 10011110 | 100000 | 11100 | 0 | 100110 | 11101000 | 10101 | 110100 |
Color Harmonies of #6B729E
Complementary color
Monochromatic Colors of #6B729E
Black with #6B729E
Text Example
Text Example
White with #6B729E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B729E; }
p { color: rgb(107,114,158); }
H1.HeaderClassName
{
color: #6B729E;
}
.AnyTagClassName
{
color: #6B729E;
}
</style>
background-color css
<style>
a { background-color: #6B729E; }
a { background-color: rgb(107,114,158); }
div.DivClassName
{
background-color: #6B729E;
}
.BgClassName
{
background-color: #6B729E;
}
</style>
border-color css
<style>
span { border-color: #6B729E; }
span { border-color: rgb(107,114,158); }
td.TdClassName
{
border-color: #6B729E;
}
.TagClassName
{
border-color: #6B729E;
}
</style>