Shades of Chetwode Blue #6D72BF
Tints of Chetwode Blue #6D72BF
RGB
CMYK
RGB Variations
Color information
#6D72BF (or 0x6D72BF) is known color: Chetwode Blue. HEX triplet: 6D, 72 and BF. RGB value is (109,114,191). Sum of RGB (Red+Green+Blue) = 109+114+191=414 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.33% from 414); Green value is 114 (44.92% from 255 or 27.54% from 414); Blue value is 191 (75% from 255 or 46.14% from 414); Max value from RGB is 191 - color contains mainly: blue. Hex color #6D72BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D72BF is #928D40. Grayscale: #787878. Windows color (decimal): -9604417 or 12546669. OLE color: 12546669.
HSL color Cylindrical-coordinate representation of color #6D72BF: hue angle of 236.34º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6D72BF is Cyan = 0.43, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 109 | 114 | 191 | - |
| CMYK | 0.43 | 0.40 | 0 | 0.25 |
| HSL | 236.34º | 0.39% | 0.59% | - |
| HSV(B) | 236.34º | 0.43% | 0.75% | - |
| XYZ | 21.73 | 19.05 | 51.82 | - |
| YUV | 121.28 | 167.34 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 114 | 191 | 0.43 | 0.40 | 0 | 0.25 | 236.34 | 0.39 | 0.59 |
| Hex | 6D | 72 | BF | 2B | 28 | 0 | 19 | EC | 27 | 3B |
| Octal | 155 | 162 | 277 | 53 | 50 | 0 | 31 | 354 | 47 | 73 |
| Binary | 1101101 | 1110010 | 10111111 | 101011 | 101000 | 0 | 11001 | 11101100 | 100111 | 111011 |
Color Harmonies of #6D72BF
Complementary color
Monochromatic Colors of #6D72BF
Black with #6D72BF
Text Example
Text Example
White with #6D72BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D72BF; }
p { color: rgb(109,114,191); }
H1.HeaderClassName
{
color: #6D72BF;
}
.AnyTagClassName
{
color: #6D72BF;
}
</style>
background-color css
<style>
a { background-color: #6D72BF; }
a { background-color: rgb(109,114,191); }
div.DivClassName
{
background-color: #6D72BF;
}
.BgClassName
{
background-color: #6D72BF;
}
</style>
border-color css
<style>
span { border-color: #6D72BF; }
span { border-color: rgb(109,114,191); }
td.TdClassName
{
border-color: #6D72BF;
}
.TagClassName
{
border-color: #6D72BF;
}
</style>