Shades of Chetwode Blue #6E7BC0
Tints of Chetwode Blue #6E7BC0
RGB
CMYK
RGB Variations
Color information
#6E7BC0 (or 0x6E7BC0) is known color: Chetwode Blue. HEX triplet: 6E, 7B and C0. RGB value is (110,123,192). Sum of RGB (Red+Green+Blue) = 110+123+192=425 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.88% from 425); Green value is 123 (48.44% from 255 or 28.94% from 425); Blue value is 192 (75.39% from 255 or 45.18% from 425); Max value from RGB is 192 - color contains mainly: blue. Hex color #6E7BC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E7BC0 is #91843F. Grayscale: #7E7E7E. Windows color (decimal): -9536576 or 12614510. OLE color: 12614510.
HSL color Cylindrical-coordinate representation of color #6E7BC0: hue angle of 230.49º 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 #6E7BC0 is Cyan = 0.43, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 110 | 123 | 192 | - |
| CMYK | 0.43 | 0.36 | 0 | 0.25 |
| HSL | 230.49º | 0.39% | 0.59% | - |
| HSV(B) | 230.49º | 0.43% | 0.75% | - |
| XYZ | 23.03 | 21.29 | 52.76 | - |
| YUV | 126.98 | 164.69 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 123 | 192 | 0.43 | 0.36 | 0 | 0.25 | 230.49 | 0.39 | 0.59 |
| Hex | 6E | 7B | C0 | 2B | 24 | 0 | 19 | E6 | 27 | 3B |
| Octal | 156 | 173 | 300 | 53 | 44 | 0 | 31 | 346 | 47 | 73 |
| Binary | 1101110 | 1111011 | 11000000 | 101011 | 100100 | 0 | 11001 | 11100110 | 100111 | 111011 |
Color Harmonies of #6E7BC0
Complementary color
Monochromatic Colors of #6E7BC0
Black with #6E7BC0
Text Example
Text Example
White with #6E7BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7BC0; }
p { color: rgb(110,123,192); }
H1.HeaderClassName
{
color: #6E7BC0;
}
.AnyTagClassName
{
color: #6E7BC0;
}
</style>
background-color css
<style>
a { background-color: #6E7BC0; }
a { background-color: rgb(110,123,192); }
div.DivClassName
{
background-color: #6E7BC0;
}
.BgClassName
{
background-color: #6E7BC0;
}
</style>
border-color css
<style>
span { border-color: #6E7BC0; }
span { border-color: rgb(110,123,192); }
td.TdClassName
{
border-color: #6E7BC0;
}
.TagClassName
{
border-color: #6E7BC0;
}
</style>