Shades of Chetwode Blue #6E7ACD
Tints of Chetwode Blue #6E7ACD
RGB
CMYK
RGB Variations
Color information
#6E7ACD (or 0x6E7ACD) is known color: Chetwode Blue. HEX triplet: 6E, 7A and CD. RGB value is (110,122,205). Sum of RGB (Red+Green+Blue) = 110+122+205=437 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.17% from 437); Green value is 122 (48.05% from 255 or 27.92% from 437); Blue value is 205 (80.47% from 255 or 46.91% from 437); Max value from RGB is 205 - color contains mainly: blue. Hex color #6E7ACD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E7ACD is #918532. Grayscale: #7F7F7F. Windows color (decimal): -9536819 or 13466222. OLE color: 13466222.
HSL color Cylindrical-coordinate representation of color #6E7ACD: hue angle of 232.42º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6E7ACD is Cyan = 0.46, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 110 | 122 | 205 | - |
| CMYK | 0.46 | 0.40 | 0 | 0.20 |
| HSL | 232.42º | 0.49% | 0.62% | - |
| HSV(B) | 232.42º | 0.46% | 0.8% | - |
| XYZ | 24.41 | 21.64 | 60.65 | - |
| YUV | 127.87 | 171.52 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 122 | 205 | 0.46 | 0.40 | 0 | 0.20 | 232.42 | 0.49 | 0.62 |
| Hex | 6E | 7A | CD | 2E | 28 | 0 | 14 | E8 | 31 | 3E |
| Octal | 156 | 172 | 315 | 56 | 50 | 0 | 24 | 350 | 61 | 76 |
| Binary | 1101110 | 1111010 | 11001101 | 101110 | 101000 | 0 | 10100 | 11101000 | 110001 | 111110 |
Color Harmonies of #6E7ACD
Complementary color
Monochromatic Colors of #6E7ACD
Black with #6E7ACD
Text Example
Text Example
White with #6E7ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7ACD; }
p { color: rgb(110,122,205); }
H1.HeaderClassName
{
color: #6E7ACD;
}
.AnyTagClassName
{
color: #6E7ACD;
}
</style>
background-color css
<style>
a { background-color: #6E7ACD; }
a { background-color: rgb(110,122,205); }
div.DivClassName
{
background-color: #6E7ACD;
}
.BgClassName
{
background-color: #6E7ACD;
}
</style>
border-color css
<style>
span { border-color: #6E7ACD; }
span { border-color: rgb(110,122,205); }
td.TdClassName
{
border-color: #6E7ACD;
}
.TagClassName
{
border-color: #6E7ACD;
}
</style>