Shades of Moody Blue #6F77CE
Tints of Moody Blue #6F77CE
RGB
CMYK
RGB Variations
Color information
#6F77CE (or 0x6F77CE) is known color: Moody Blue. HEX triplet: 6F, 77 and CE. RGB value is (111,119,206). Sum of RGB (Red+Green+Blue) = 111+119+206=436 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.46% from 436); Green value is 119 (46.88% from 255 or 27.29% from 436); Blue value is 206 (80.86% from 255 or 47.25% from 436); Max value from RGB is 206 - color contains mainly: blue. Hex color #6F77CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F77CE is #908831. Grayscale: #7E7E7E. Windows color (decimal): -9472050 or 13530991. OLE color: 13530991.
HSL color Cylindrical-coordinate representation of color #6F77CE: hue angle of 234.95º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6F77CE is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 119 | 206 | - |
| CMYK | 0.46 | 0.42 | 0 | 0.19 |
| HSL | 234.95º | 0.49% | 0.62% | - |
| HSV(B) | 234.95º | 0.46% | 0.81% | - |
| XYZ | 24.29 | 21.03 | 61.17 | - |
| YUV | 126.53 | 172.85 | 116.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 119 | 206 | 0.46 | 0.42 | 0 | 0.19 | 234.95 | 0.49 | 0.62 |
| Hex | 6F | 77 | CE | 2E | 2A | 0 | 13 | EB | 31 | 3E |
| Octal | 157 | 167 | 316 | 56 | 52 | 0 | 23 | 353 | 61 | 76 |
| Binary | 1101111 | 1110111 | 11001110 | 101110 | 101010 | 0 | 10011 | 11101011 | 110001 | 111110 |
Color Harmonies of #6F77CE
Complementary color
Monochromatic Colors of #6F77CE
Black with #6F77CE
Text Example
Text Example
White with #6F77CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F77CE; }
p { color: rgb(111,119,206); }
H1.HeaderClassName
{
color: #6F77CE;
}
.AnyTagClassName
{
color: #6F77CE;
}
</style>
background-color css
<style>
a { background-color: #6F77CE; }
a { background-color: rgb(111,119,206); }
div.DivClassName
{
background-color: #6F77CE;
}
.BgClassName
{
background-color: #6F77CE;
}
</style>
border-color css
<style>
span { border-color: #6F77CE; }
span { border-color: rgb(111,119,206); }
td.TdClassName
{
border-color: #6F77CE;
}
.TagClassName
{
border-color: #6F77CE;
}
</style>