Shades of Moody Blue #6F71CE
Tints of Moody Blue #6F71CE
RGB
CMYK
RGB Variations
Color information
#6F71CE (or 0x6F71CE) is known color: Moody Blue. HEX triplet: 6F, 71 and CE. RGB value is (111,113,206). Sum of RGB (Red+Green+Blue) = 111+113+206=430 (56% of max value = 765). Red value is 111 (43.75% from 255 or 25.81% from 430); Green value is 113 (44.53% from 255 or 26.28% from 430); Blue value is 206 (80.86% from 255 or 47.91% from 430); Max value from RGB is 206 - color contains mainly: blue. Hex color #6F71CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F71CE is #908E31. Grayscale: #7A7A7A. Windows color (decimal): -9473586 or 13529455. OLE color: 13529455.
HSL color Cylindrical-coordinate representation of color #6F71CE: hue angle of 238.74º 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 #6F71CE is Cyan = 0.46, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 113 | 206 | - |
| CMYK | 0.46 | 0.45 | 0 | 0.19 |
| HSL | 238.74º | 0.49% | 0.62% | - |
| HSV(B) | 238.74º | 0.46% | 0.81% | - |
| XYZ | 23.6 | 19.65 | 60.94 | - |
| YUV | 123 | 174.84 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 113 | 206 | 0.46 | 0.45 | 0 | 0.19 | 238.74 | 0.49 | 0.62 |
| Hex | 6F | 71 | CE | 2E | 2D | 0 | 13 | EF | 31 | 3E |
| Octal | 157 | 161 | 316 | 56 | 55 | 0 | 23 | 357 | 61 | 76 |
| Binary | 1101111 | 1110001 | 11001110 | 101110 | 101101 | 0 | 10011 | 11101111 | 110001 | 111110 |
Color Harmonies of #6F71CE
Complementary color
Monochromatic Colors of #6F71CE
Black with #6F71CE
Text Example
Text Example
White with #6F71CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F71CE; }
p { color: rgb(111,113,206); }
H1.HeaderClassName
{
color: #6F71CE;
}
.AnyTagClassName
{
color: #6F71CE;
}
</style>
background-color css
<style>
a { background-color: #6F71CE; }
a { background-color: rgb(111,113,206); }
div.DivClassName
{
background-color: #6F71CE;
}
.BgClassName
{
background-color: #6F71CE;
}
</style>
border-color css
<style>
span { border-color: #6F71CE; }
span { border-color: rgb(111,113,206); }
td.TdClassName
{
border-color: #6F71CE;
}
.TagClassName
{
border-color: #6F71CE;
}
</style>