Shades of Moody Blue #6F73CC
Tints of Moody Blue #6F73CC
RGB
CMYK
RGB Variations
Color information
#6F73CC (or 0x6F73CC) is known color: Moody Blue. HEX triplet: 6F, 73 and CC. RGB value is (111,115,204). Sum of RGB (Red+Green+Blue) = 111+115+204=430 (56% of max value = 765). Red value is 111 (43.75% from 255 or 25.81% from 430); Green value is 115 (45.31% from 255 or 26.74% from 430); Blue value is 204 (80.08% from 255 or 47.44% from 430); Max value from RGB is 204 - color contains mainly: blue. Hex color #6F73CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F73CC is #908C33. Grayscale: #7B7B7B. Windows color (decimal): -9473076 or 13398895. OLE color: 13398895.
HSL color Cylindrical-coordinate representation of color #6F73CC: hue angle of 237.42º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6F73CC is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 111 | 115 | 204 | - |
| CMYK | 0.46 | 0.44 | 0 | 0.2 |
| HSL | 237.42º | 0.48% | 0.62% | - |
| HSV(B) | 237.42º | 0.46% | 0.8% | - |
| XYZ | 23.59 | 20 | 59.74 | - |
| YUV | 123.95 | 173.17 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 115 | 204 | 0.46 | 0.44 | 0 | 0.2 | 237.42 | 0.48 | 0.62 |
| Hex | 6F | 73 | CC | 2E | 2C | 0 | 14 | ED | 30 | 3E |
| Octal | 157 | 163 | 314 | 56 | 54 | 0 | 24 | 355 | 60 | 76 |
| Binary | 1101111 | 1110011 | 11001100 | 101110 | 101100 | 0 | 10100 | 11101101 | 110000 | 111110 |
Color Harmonies of #6F73CC
Complementary color
Monochromatic Colors of #6F73CC
Black with #6F73CC
Text Example
Text Example
White with #6F73CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F73CC; }
p { color: rgb(111,115,204); }
H1.HeaderClassName
{
color: #6F73CC;
}
.AnyTagClassName
{
color: #6F73CC;
}
</style>
background-color css
<style>
a { background-color: #6F73CC; }
a { background-color: rgb(111,115,204); }
div.DivClassName
{
background-color: #6F73CC;
}
.BgClassName
{
background-color: #6F73CC;
}
</style>
border-color css
<style>
span { border-color: #6F73CC; }
span { border-color: rgb(111,115,204); }
td.TdClassName
{
border-color: #6F73CC;
}
.TagClassName
{
border-color: #6F73CC;
}
</style>