Shades of Moody Blue #6C7ADA
Tints of Moody Blue #6C7ADA
RGB
CMYK
RGB Variations
Color information
#6C7ADA (or 0x6C7ADA) is known color: Moody Blue. HEX triplet: 6C, 7A and DA. RGB value is (108,122,218). Sum of RGB (Red+Green+Blue) = 108+122+218=448 (59% of max value = 765). Red value is 108 (42.58% from 255 or 24.11% from 448); Green value is 122 (48.05% from 255 or 27.23% from 448); Blue value is 218 (85.55% from 255 or 48.66% from 448); Max value from RGB is 218 - color contains mainly: blue. Hex color #6C7ADA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C7ADA is #938525. Grayscale: #808080. Windows color (decimal): -9667878 or 14318188. OLE color: 14318188.
HSL color Cylindrical-coordinate representation of color #6C7ADA: hue angle of 232.36º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6C7ADA is Cyan = 0.50, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 108 | 122 | 218 | - |
| CMYK | 0.50 | 0.44 | 0 | 0.15 |
| HSL | 232.36º | 0.6% | 0.64% | - |
| HSV(B) | 232.36º | 0.5% | 0.85% | - |
| XYZ | 25.8 | 22.17 | 69.25 | - |
| YUV | 128.76 | 178.36 | 113.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 122 | 218 | 0.50 | 0.44 | 0 | 0.15 | 232.36 | 0.6 | 0.64 |
| Hex | 6C | 7A | DA | 32 | 2C | 0 | F | E8 | 3C | 40 |
| Octal | 154 | 172 | 332 | 62 | 54 | 0 | 17 | 350 | 74 | 100 |
| Binary | 1101100 | 1111010 | 11011010 | 110010 | 101100 | 0 | 1111 | 11101000 | 111100 | 1000000 |
Color Harmonies of #6C7ADA
Complementary color
Monochromatic Colors of #6C7ADA
Black with #6C7ADA
Text Example
Text Example
White with #6C7ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7ADA; }
p { color: rgb(108,122,218); }
H1.HeaderClassName
{
color: #6C7ADA;
}
.AnyTagClassName
{
color: #6C7ADA;
}
</style>
background-color css
<style>
a { background-color: #6C7ADA; }
a { background-color: rgb(108,122,218); }
div.DivClassName
{
background-color: #6C7ADA;
}
.BgClassName
{
background-color: #6C7ADA;
}
</style>
border-color css
<style>
span { border-color: #6C7ADA; }
span { border-color: rgb(108,122,218); }
td.TdClassName
{
border-color: #6C7ADA;
}
.TagClassName
{
border-color: #6C7ADA;
}
</style>