Shades of Moody Blue #6E73CE
Tints of Moody Blue #6E73CE
RGB
CMYK
RGB Variations
Color information
#6E73CE (or 0x6E73CE) is known color: Moody Blue. HEX triplet: 6E, 73 and CE. RGB value is (110,115,206). Sum of RGB (Red+Green+Blue) = 110+115+206=431 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.52% from 431); Green value is 115 (45.31% from 255 or 26.68% from 431); Blue value is 206 (80.86% from 255 or 47.80% from 431); Max value from RGB is 206 - color contains mainly: blue. Hex color #6E73CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E73CE is #918C31. Grayscale: #7B7B7B. Windows color (decimal): -9538610 or 13529966. OLE color: 13529966.
HSL color Cylindrical-coordinate representation of color #6E73CE: hue angle of 236.88º 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 #6E73CE is Cyan = 0.47, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 110 | 115 | 206 | - |
| CMYK | 0.47 | 0.44 | 0 | 0.19 |
| HSL | 236.88º | 0.49% | 0.62% | - |
| HSV(B) | 236.88º | 0.47% | 0.81% | - |
| XYZ | 23.7 | 20.03 | 61.01 | - |
| YUV | 123.88 | 174.34 | 118.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 115 | 206 | 0.47 | 0.44 | 0 | 0.19 | 236.88 | 0.49 | 0.62 |
| Hex | 6E | 73 | CE | 2F | 2C | 0 | 13 | ED | 31 | 3E |
| Octal | 156 | 163 | 316 | 57 | 54 | 0 | 23 | 355 | 61 | 76 |
| Binary | 1101110 | 1110011 | 11001110 | 101111 | 101100 | 0 | 10011 | 11101101 | 110001 | 111110 |
Color Harmonies of #6E73CE
Complementary color
Monochromatic Colors of #6E73CE
Black with #6E73CE
Text Example
Text Example
White with #6E73CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E73CE; }
p { color: rgb(110,115,206); }
H1.HeaderClassName
{
color: #6E73CE;
}
.AnyTagClassName
{
color: #6E73CE;
}
</style>
background-color css
<style>
a { background-color: #6E73CE; }
a { background-color: rgb(110,115,206); }
div.DivClassName
{
background-color: #6E73CE;
}
.BgClassName
{
background-color: #6E73CE;
}
</style>
border-color css
<style>
span { border-color: #6E73CE; }
span { border-color: rgb(110,115,206); }
td.TdClassName
{
border-color: #6E73CE;
}
.TagClassName
{
border-color: #6E73CE;
}
</style>