Shades of Moody Blue #6F79DB
Tints of Moody Blue #6F79DB
RGB
CMYK
RGB Variations
Color information
#6F79DB (or 0x6F79DB) is known color: Moody Blue. HEX triplet: 6F, 79 and DB. RGB value is (111,121,219). Sum of RGB (Red+Green+Blue) = 111+121+219=451 (59% of max value = 765). Red value is 111 (43.75% from 255 or 24.61% from 451); Green value is 121 (47.66% from 255 or 26.83% from 451); Blue value is 219 (85.94% from 255 or 48.56% from 451); Max value from RGB is 219 - color contains mainly: blue. Hex color #6F79DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F79DB is #908624. Grayscale: #808080. Windows color (decimal): -9471525 or 14383471. OLE color: 14383471.
HSL color Cylindrical-coordinate representation of color #6F79DB: hue angle of 234.44º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6F79DB is Cyan = 0.49, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 111 | 121 | 219 | - |
CMYK | 0.49 | 0.45 | 0 | 0.14 |
HSL | 234.44º | 0.6% | 0.65% | - |
HSV(B) | 234.44º | 0.49% | 0.86% | - |
XYZ | 26.18 | 22.17 | 69.92 | - |
YUV | 129.18 | 178.69 | 115.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 111 | 121 | 219 | 0.49 | 0.45 | 0 | 0.14 | 234.44 | 0.6 | 0.65 |
Hex | 6F | 79 | DB | 31 | 2D | 0 | E | EA | 3C | 41 |
Octal | 157 | 171 | 333 | 61 | 55 | 0 | 16 | 352 | 74 | 101 |
Binary | 1101111 | 1111001 | 11011011 | 110001 | 101101 | 0 | 1110 | 11101010 | 111100 | 1000001 |
Color Harmonies of #6F79DB
Complementary color
Monochromatic Colors of #6F79DB
Black with #6F79DB
Text Example
Text Example
White with #6F79DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F79DB; }
p { color: rgb(111,121,219); }
H1.HeaderClassName
{
color: #6F79DB;
}
.AnyTagClassName
{
color: #6F79DB;
}
</style>
background-color css
<style>
a { background-color: #6F79DB; }
a { background-color: rgb(111,121,219); }
div.DivClassName
{
background-color: #6F79DB;
}
.BgClassName
{
background-color: #6F79DB;
}
</style>
border-color css
<style>
span { border-color: #6F79DB; }
span { border-color: rgb(111,121,219); }
td.TdClassName
{
border-color: #6F79DB;
}
.TagClassName
{
border-color: #6F79DB;
}
</style>