Shades of Chetwode Blue #6E73B1
Tints of Chetwode Blue #6E73B1
RGB
CMYK
RGB Variations
Color information
#6E73B1 (or 0x6E73B1) is known color: Chetwode Blue. HEX triplet: 6E, 73 and B1. RGB value is (110,115,177). Sum of RGB (Red+Green+Blue) = 110+115+177=402 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.36% from 402); Green value is 115 (45.31% from 255 or 28.61% from 402); Blue value is 177 (69.53% from 255 or 44.03% from 402); Max value from RGB is 177 - color contains mainly: blue. Hex color #6E73B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E73B1 is #918C4E. Grayscale: #787878. Windows color (decimal): -9538639 or 11629422. OLE color: 11629422.
HSL color Cylindrical-coordinate representation of color #6E73B1: hue angle of 235.52º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6E73B1 is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 110 | 115 | 177 | - |
| CMYK | 0.38 | 0.35 | 0 | 0.31 |
| HSL | 235.52º | 0.3% | 0.56% | - |
| HSV(B) | 235.52º | 0.38% | 0.69% | - |
| XYZ | 20.5 | 18.75 | 44.13 | - |
| YUV | 120.57 | 159.84 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 115 | 177 | 0.38 | 0.35 | 0 | 0.31 | 235.52 | 0.3 | 0.56 |
| Hex | 6E | 73 | B1 | 26 | 23 | 0 | 1F | EC | 1E | 38 |
| Octal | 156 | 163 | 261 | 46 | 43 | 0 | 37 | 354 | 36 | 70 |
| Binary | 1101110 | 1110011 | 10110001 | 100110 | 100011 | 0 | 11111 | 11101100 | 11110 | 111000 |
Color Harmonies of #6E73B1
Complementary color
Monochromatic Colors of #6E73B1
Black with #6E73B1
Text Example
Text Example
White with #6E73B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E73B1; }
p { color: rgb(110,115,177); }
H1.HeaderClassName
{
color: #6E73B1;
}
.AnyTagClassName
{
color: #6E73B1;
}
</style>
background-color css
<style>
a { background-color: #6E73B1; }
a { background-color: rgb(110,115,177); }
div.DivClassName
{
background-color: #6E73B1;
}
.BgClassName
{
background-color: #6E73B1;
}
</style>
border-color css
<style>
span { border-color: #6E73B1; }
span { border-color: rgb(110,115,177); }
td.TdClassName
{
border-color: #6E73B1;
}
.TagClassName
{
border-color: #6E73B1;
}
</style>