Shades of Malibu #6EC7EA
Tints of Malibu #6EC7EA
RGB
CMYK
RGB Variations
Color information
#6EC7EA (or 0x6EC7EA) is known color: Malibu. HEX triplet: 6E, C7 and EA. RGB value is (110,199,234). Sum of RGB (Red+Green+Blue) = 110+199+234=543 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.26% from 543); Green value is 199 (78.12% from 255 or 36.65% from 543); Blue value is 234 (91.80% from 255 or 43.09% from 543); Max value from RGB is 234 - color contains mainly: blue. Hex color #6EC7EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EC7EA is #913815. Grayscale: #B0B0B0. Windows color (decimal): -9517078 or 15386478. OLE color: 15386478.
HSL color Cylindrical-coordinate representation of color #6EC7EA: hue angle of 196.94º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6EC7EA is Cyan = 0.53, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 110 | 199 | 234 | - |
| CMYK | 0.53 | 0.15 | 0 | 0.08 |
| HSL | 196.94º | 0.75% | 0.67% | - |
| HSV(B) | 196.94º | 0.53% | 0.92% | - |
| XYZ | 41.71 | 50.1 | 85.31 | - |
| YUV | 176.38 | 160.51 | 80.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 199 | 234 | 0.53 | 0.15 | 0 | 0.08 | 196.94 | 0.75 | 0.67 |
| Hex | 6E | C7 | EA | 35 | F | 0 | 8 | C5 | 4B | 43 |
| Octal | 156 | 307 | 352 | 65 | 17 | 0 | 10 | 305 | 113 | 103 |
| Binary | 1101110 | 11000111 | 11101010 | 110101 | 1111 | 0 | 1000 | 11000101 | 1001011 | 1000011 |
Color Harmonies of #6EC7EA
Complementary color
Monochromatic Colors of #6EC7EA
Black with #6EC7EA
Text Example
Text Example
White with #6EC7EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC7EA; }
p { color: rgb(110,199,234); }
H1.HeaderClassName
{
color: #6EC7EA;
}
.AnyTagClassName
{
color: #6EC7EA;
}
</style>
background-color css
<style>
a { background-color: #6EC7EA; }
a { background-color: rgb(110,199,234); }
div.DivClassName
{
background-color: #6EC7EA;
}
.BgClassName
{
background-color: #6EC7EA;
}
</style>
border-color css
<style>
span { border-color: #6EC7EA; }
span { border-color: rgb(110,199,234); }
td.TdClassName
{
border-color: #6EC7EA;
}
.TagClassName
{
border-color: #6EC7EA;
}
</style>