Shades of Chetwode Blue #6E7ACE
Tints of Chetwode Blue #6E7ACE
RGB
CMYK
RGB Variations
Color information
#6E7ACE (or 0x6E7ACE) is known color: Chetwode Blue. HEX triplet: 6E, 7A and CE. RGB value is (110,122,206). Sum of RGB (Red+Green+Blue) = 110+122+206=438 (58% of max value = 765). Red value is 110 (43.36% from 255 or 25.11% from 438); Green value is 122 (48.05% from 255 or 27.85% from 438); Blue value is 206 (80.86% from 255 or 47.03% from 438); Max value from RGB is 206 - color contains mainly: blue. Hex color #6E7ACE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E7ACE is #918531. Grayscale: #7F7F7F. Windows color (decimal): -9536818 or 13531758. OLE color: 13531758.
HSL color Cylindrical-coordinate representation of color #6E7ACE: hue angle of 232.5º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6E7ACE is Cyan = 0.47, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 110 | 122 | 206 | - |
| CMYK | 0.47 | 0.41 | 0 | 0.19 |
| HSL | 232.5º | 0.49% | 0.62% | - |
| HSV(B) | 232.5º | 0.47% | 0.81% | - |
| XYZ | 24.53 | 21.69 | 61.29 | - |
| YUV | 127.99 | 172.02 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 122 | 206 | 0.47 | 0.41 | 0 | 0.19 | 232.5 | 0.49 | 0.62 |
| Hex | 6E | 7A | CE | 2F | 29 | 0 | 13 | E8 | 31 | 3E |
| Octal | 156 | 172 | 316 | 57 | 51 | 0 | 23 | 350 | 61 | 76 |
| Binary | 1101110 | 1111010 | 11001110 | 101111 | 101001 | 0 | 10011 | 11101000 | 110001 | 111110 |
Color Harmonies of #6E7ACE
Complementary color
Monochromatic Colors of #6E7ACE
Black with #6E7ACE
Text Example
Text Example
White with #6E7ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7ACE; }
p { color: rgb(110,122,206); }
H1.HeaderClassName
{
color: #6E7ACE;
}
.AnyTagClassName
{
color: #6E7ACE;
}
</style>
background-color css
<style>
a { background-color: #6E7ACE; }
a { background-color: rgb(110,122,206); }
div.DivClassName
{
background-color: #6E7ACE;
}
.BgClassName
{
background-color: #6E7ACE;
}
</style>
border-color css
<style>
span { border-color: #6E7ACE; }
span { border-color: rgb(110,122,206); }
td.TdClassName
{
border-color: #6E7ACE;
}
.TagClassName
{
border-color: #6E7ACE;
}
</style>