Shades of Moody Blue #6D78D5
Tints of Moody Blue #6D78D5
RGB
CMYK
RGB Variations
Color information
#6D78D5 (or 0x6D78D5) is known color: Moody Blue. HEX triplet: 6D, 78 and D5. RGB value is (109,120,213). Sum of RGB (Red+Green+Blue) = 109+120+213=442 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.66% from 442); Green value is 120 (47.27% from 255 or 27.15% from 442); Blue value is 213 (83.59% from 255 or 48.19% from 442); Max value from RGB is 213 - color contains mainly: blue. Hex color #6D78D5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D78D5 is #92872A. Grayscale: #7E7E7E. Windows color (decimal): -9602859 or 13989997. OLE color: 13989997.
HSL color Cylindrical-coordinate representation of color #6D78D5: hue angle of 233.65º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6D78D5 is Cyan = 0.49, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 109 | 120 | 213 | - |
| CMYK | 0.49 | 0.44 | 0 | 0.16 |
| HSL | 233.65º | 0.55% | 0.63% | - |
| HSV(B) | 233.65º | 0.49% | 0.84% | - |
| XYZ | 25.03 | 21.49 | 65.78 | - |
| YUV | 127.31 | 176.36 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 120 | 213 | 0.49 | 0.44 | 0 | 0.16 | 233.65 | 0.55 | 0.63 |
| Hex | 6D | 78 | D5 | 31 | 2C | 0 | 10 | EA | 37 | 3F |
| Octal | 155 | 170 | 325 | 61 | 54 | 0 | 20 | 352 | 67 | 77 |
| Binary | 1101101 | 1111000 | 11010101 | 110001 | 101100 | 0 | 10000 | 11101010 | 110111 | 111111 |
Color Harmonies of #6D78D5
Complementary color
Monochromatic Colors of #6D78D5
Black with #6D78D5
Text Example
Text Example
White with #6D78D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D78D5; }
p { color: rgb(109,120,213); }
H1.HeaderClassName
{
color: #6D78D5;
}
.AnyTagClassName
{
color: #6D78D5;
}
</style>
background-color css
<style>
a { background-color: #6D78D5; }
a { background-color: rgb(109,120,213); }
div.DivClassName
{
background-color: #6D78D5;
}
.BgClassName
{
background-color: #6D78D5;
}
</style>
border-color css
<style>
span { border-color: #6D78D5; }
span { border-color: rgb(109,120,213); }
td.TdClassName
{
border-color: #6D78D5;
}
.TagClassName
{
border-color: #6D78D5;
}
</style>