Shades of Moody Blue #6C7BDA
Tints of Moody Blue #6C7BDA
RGB
CMYK
RGB Variations
Color information
#6C7BDA (or 0x6C7BDA) is known color: Moody Blue. HEX triplet: 6C, 7B and DA. RGB value is (108,123,218). Sum of RGB (Red+Green+Blue) = 108+123+218=449 (59% of max value = 765). Red value is 108 (42.58% from 255 or 24.05% from 449); Green value is 123 (48.44% from 255 or 27.39% from 449); Blue value is 218 (85.55% from 255 or 48.55% from 449); Max value from RGB is 218 - color contains mainly: blue. Hex color #6C7BDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C7BDA is #938425. Grayscale: #808080. Windows color (decimal): -9667622 or 14318444. OLE color: 14318444.
HSL color Cylindrical-coordinate representation of color #6C7BDA: hue angle of 231.82º 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 #6C7BDA is Cyan = 0.50, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 108 | 123 | 218 | - |
| CMYK | 0.50 | 0.44 | 0 | 0.15 |
| HSL | 231.82º | 0.6% | 0.64% | - |
| HSV(B) | 231.82º | 0.5% | 0.85% | - |
| XYZ | 25.92 | 22.42 | 69.29 | - |
| YUV | 129.35 | 178.03 | 112.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 123 | 218 | 0.50 | 0.44 | 0 | 0.15 | 231.82 | 0.6 | 0.64 |
| Hex | 6C | 7B | DA | 32 | 2C | 0 | F | E8 | 3C | 40 |
| Octal | 154 | 173 | 332 | 62 | 54 | 0 | 17 | 350 | 74 | 100 |
| Binary | 1101100 | 1111011 | 11011010 | 110010 | 101100 | 0 | 1111 | 11101000 | 111100 | 1000000 |
Color Harmonies of #6C7BDA
Complementary color
Monochromatic Colors of #6C7BDA
Black with #6C7BDA
Text Example
Text Example
White with #6C7BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7BDA; }
p { color: rgb(108,123,218); }
H1.HeaderClassName
{
color: #6C7BDA;
}
.AnyTagClassName
{
color: #6C7BDA;
}
</style>
background-color css
<style>
a { background-color: #6C7BDA; }
a { background-color: rgb(108,123,218); }
div.DivClassName
{
background-color: #6C7BDA;
}
.BgClassName
{
background-color: #6C7BDA;
}
</style>
border-color css
<style>
span { border-color: #6C7BDA; }
span { border-color: rgb(108,123,218); }
td.TdClassName
{
border-color: #6C7BDA;
}
.TagClassName
{
border-color: #6C7BDA;
}
</style>