Shades of Chetwode Blue #6D7299
Tints of Chetwode Blue #6D7299
RGB
CMYK
RGB Variations
Color information
#6D7299 (or 0x6D7299) is known color: Chetwode Blue. HEX triplet: 6D, 72 and 99. RGB value is (109,114,153). Sum of RGB (Red+Green+Blue) = 109+114+153=376 (49% of max value = 765). Red value is 109 (42.97% from 255 or 28.99% from 376); Green value is 114 (44.92% from 255 or 30.32% from 376); Blue value is 153 (60.16% from 255 or 40.69% from 376); Max value from RGB is 153 - color contains mainly: blue. Hex color #6D7299 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D7299 is #928D66. Grayscale: #747474. Windows color (decimal): -9604455 or 10056301. OLE color: 10056301.
HSL color Cylindrical-coordinate representation of color #6D7299: hue angle of 233.18º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6D7299 is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 109 | 114 | 153 | - |
| CMYK | 0.29 | 0.25 | 0 | 0.4 |
| HSL | 233.18º | 0.18% | 0.51% | - |
| HSV(B) | 233.18º | 0.29% | 0.6% | - |
| XYZ | 18.07 | 17.59 | 32.58 | - |
| YUV | 116.95 | 148.34 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 114 | 153 | 0.29 | 0.25 | 0 | 0.4 | 233.18 | 0.18 | 0.51 |
| Hex | 6D | 72 | 99 | 1D | 19 | 0 | 28 | E9 | 12 | 33 |
| Octal | 155 | 162 | 231 | 35 | 31 | 0 | 50 | 351 | 22 | 63 |
| Binary | 1101101 | 1110010 | 10011001 | 11101 | 11001 | 0 | 101000 | 11101001 | 10010 | 110011 |
Color Harmonies of #6D7299
Complementary color
Monochromatic Colors of #6D7299
Black with #6D7299
Text Example
Text Example
White with #6D7299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7299; }
p { color: rgb(109,114,153); }
H1.HeaderClassName
{
color: #6D7299;
}
.AnyTagClassName
{
color: #6D7299;
}
</style>
background-color css
<style>
a { background-color: #6D7299; }
a { background-color: rgb(109,114,153); }
div.DivClassName
{
background-color: #6D7299;
}
.BgClassName
{
background-color: #6D7299;
}
</style>
border-color css
<style>
span { border-color: #6D7299; }
span { border-color: rgb(109,114,153); }
td.TdClassName
{
border-color: #6D7299;
}
.TagClassName
{
border-color: #6D7299;
}
</style>