Shades of Chetwode Blue #6E6BBE
Tints of Chetwode Blue #6E6BBE
RGB
CMYK
RGB Variations
Color information
#6E6BBE (or 0x6E6BBE) is known color: Chetwode Blue. HEX triplet: 6E, 6B and BE. RGB value is (110,107,190). Sum of RGB (Red+Green+Blue) = 110+107+190=407 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.03% from 407); Green value is 107 (42.19% from 255 or 26.29% from 407); Blue value is 190 (74.61% from 255 or 46.68% from 407); Max value from RGB is 190 - color contains mainly: blue. Hex color #6E6BBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E6BBE is #919441. Grayscale: #757575. Windows color (decimal): -9540674 or 12479342. OLE color: 12479342.
HSL color Cylindrical-coordinate representation of color #6E6BBE: hue angle of 242.17º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6E6BBE is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 110 | 107 | 190 | - |
| CMYK | 0.42 | 0.44 | 0 | 0.25 |
| HSL | 242.17º | 0.39% | 0.58% | - |
| HSV(B) | 242.17º | 0.44% | 0.75% | - |
| XYZ | 20.98 | 17.55 | 51 | - |
| YUV | 117.36 | 168.99 | 122.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 107 | 190 | 0.42 | 0.44 | 0 | 0.25 | 242.17 | 0.39 | 0.58 |
| Hex | 6E | 6B | BE | 2A | 2C | 0 | 19 | F2 | 27 | 3A |
| Octal | 156 | 153 | 276 | 52 | 54 | 0 | 31 | 362 | 47 | 72 |
| Binary | 1101110 | 1101011 | 10111110 | 101010 | 101100 | 0 | 11001 | 11110010 | 100111 | 111010 |
Color Harmonies of #6E6BBE
Complementary color
Monochromatic Colors of #6E6BBE
Black with #6E6BBE
Text Example
Text Example
White with #6E6BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6BBE; }
p { color: rgb(110,107,190); }
H1.HeaderClassName
{
color: #6E6BBE;
}
.AnyTagClassName
{
color: #6E6BBE;
}
</style>
background-color css
<style>
a { background-color: #6E6BBE; }
a { background-color: rgb(110,107,190); }
div.DivClassName
{
background-color: #6E6BBE;
}
.BgClassName
{
background-color: #6E6BBE;
}
</style>
border-color css
<style>
span { border-color: #6E6BBE; }
span { border-color: rgb(110,107,190); }
td.TdClassName
{
border-color: #6E6BBE;
}
.TagClassName
{
border-color: #6E6BBE;
}
</style>