Shades of Moody Blue #6E7AD5
Tints of Moody Blue #6E7AD5
RGB
CMYK
RGB Variations
Color information
#6E7AD5 (or 0x6E7AD5) is known color: Moody Blue. HEX triplet: 6E, 7A and D5. RGB value is (110,122,213). Sum of RGB (Red+Green+Blue) = 110+122+213=445 (58% of max value = 765). Red value is 110 (43.36% from 255 or 24.72% from 445); Green value is 122 (48.05% from 255 or 27.42% from 445); Blue value is 213 (83.59% from 255 or 47.87% from 445); Max value from RGB is 213 - color contains mainly: blue. Hex color #6E7AD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E7AD5 is #91852A. Grayscale: #808080. Windows color (decimal): -9536811 or 13990510. OLE color: 13990510.
HSL color Cylindrical-coordinate representation of color #6E7AD5: hue angle of 233.01º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6E7AD5 is Cyan = 0.48, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 110 | 122 | 213 | - |
| CMYK | 0.48 | 0.43 | 0 | 0.16 |
| HSL | 233.01º | 0.55% | 0.63% | - |
| HSV(B) | 233.01º | 0.48% | 0.84% | - |
| XYZ | 25.4 | 22.04 | 65.87 | - |
| YUV | 128.79 | 175.52 | 114.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 122 | 213 | 0.48 | 0.43 | 0 | 0.16 | 233.01 | 0.55 | 0.63 |
| Hex | 6E | 7A | D5 | 30 | 2B | 0 | 10 | E9 | 37 | 3F |
| Octal | 156 | 172 | 325 | 60 | 53 | 0 | 20 | 351 | 67 | 77 |
| Binary | 1101110 | 1111010 | 11010101 | 110000 | 101011 | 0 | 10000 | 11101001 | 110111 | 111111 |
Color Harmonies of #6E7AD5
Complementary color
Monochromatic Colors of #6E7AD5
Black with #6E7AD5
Text Example
Text Example
White with #6E7AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7AD5; }
p { color: rgb(110,122,213); }
H1.HeaderClassName
{
color: #6E7AD5;
}
.AnyTagClassName
{
color: #6E7AD5;
}
</style>
background-color css
<style>
a { background-color: #6E7AD5; }
a { background-color: rgb(110,122,213); }
div.DivClassName
{
background-color: #6E7AD5;
}
.BgClassName
{
background-color: #6E7AD5;
}
</style>
border-color css
<style>
span { border-color: #6E7AD5; }
span { border-color: rgb(110,122,213); }
td.TdClassName
{
border-color: #6E7AD5;
}
.TagClassName
{
border-color: #6E7AD5;
}
</style>