Shades of Chetwode Blue #726DB6
Tints of Chetwode Blue #726DB6
RGB
CMYK
RGB Variations
Color information
#726DB6 (or 0x726DB6) is known color: Chetwode Blue. HEX triplet: 72, 6D and B6. RGB value is (114,109,182). Sum of RGB (Red+Green+Blue) = 114+109+182=405 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.15% from 405); Green value is 109 (42.97% from 255 or 26.91% from 405); Blue value is 182 (71.48% from 255 or 44.94% from 405); Max value from RGB is 182 - color contains mainly: blue. Hex color #726DB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726DB6 is #8D9249. Grayscale: #767676. Windows color (decimal): -9278026 or 11955570. OLE color: 11955570.
HSL color Cylindrical-coordinate representation of color #726DB6: hue angle of 244.11º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #726DB6 is Cyan = 0.37, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 114 | 109 | 182 | - |
CMYK | 0.37 | 0.40 | 0 | 0.29 |
HSL | 244.11º | 0.33% | 0.57% | - |
HSV(B) | 244.11º | 0.4% | 0.71% | - |
XYZ | 20.85 | 17.89 | 46.61 | - |
YUV | 118.82 | 163.66 | 124.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 114 | 109 | 182 | 0.37 | 0.40 | 0 | 0.29 | 244.11 | 0.33 | 0.57 |
Hex | 72 | 6D | B6 | 25 | 28 | 0 | 1D | F4 | 21 | 39 |
Octal | 162 | 155 | 266 | 45 | 50 | 0 | 35 | 364 | 41 | 71 |
Binary | 1110010 | 1101101 | 10110110 | 100101 | 101000 | 0 | 11101 | 11110100 | 100001 | 111001 |
Color Harmonies of #726DB6
Complementary color
Monochromatic Colors of #726DB6
Black with #726DB6
Text Example
Text Example
White with #726DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726DB6; }
p { color: rgb(114,109,182); }
H1.HeaderClassName
{
color: #726DB6;
}
.AnyTagClassName
{
color: #726DB6;
}
</style>
background-color css
<style>
a { background-color: #726DB6; }
a { background-color: rgb(114,109,182); }
div.DivClassName
{
background-color: #726DB6;
}
.BgClassName
{
background-color: #726DB6;
}
</style>
border-color css
<style>
span { border-color: #726DB6; }
span { border-color: rgb(114,109,182); }
td.TdClassName
{
border-color: #726DB6;
}
.TagClassName
{
border-color: #726DB6;
}
</style>