Shades of Malibu #6EBEEC
Tints of Malibu #6EBEEC
RGB
CMYK
RGB Variations
Color information
#6EBEEC (or 0x6EBEEC) is known color: Malibu. HEX triplet: 6E, BE and EC. RGB value is (110,190,236). Sum of RGB (Red+Green+Blue) = 110+190+236=536 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.52% from 536); Green value is 190 (74.61% from 255 or 35.45% from 536); Blue value is 236 (92.58% from 255 or 44.03% from 536); Max value from RGB is 236 - color contains mainly: blue. Hex color #6EBEEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EBEEC is #914113. Grayscale: #ABABAB. Windows color (decimal): -9519380 or 15515246. OLE color: 15515246.
HSL color Cylindrical-coordinate representation of color #6EBEEC: hue angle of 201.9º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6EBEEC is Cyan = 0.53, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 110 | 190 | 236 | - |
| CMYK | 0.53 | 0.19 | 0 | 0.07 |
| HSL | 201.9º | 0.77% | 0.68% | - |
| HSV(B) | 201.9º | 0.53% | 0.93% | - |
| XYZ | 39.98 | 46.2 | 86.17 | - |
| YUV | 171.32 | 164.5 | 84.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 190 | 236 | 0.53 | 0.19 | 0 | 0.07 | 201.9 | 0.77 | 0.68 |
| Hex | 6E | BE | EC | 35 | 13 | 0 | 7 | CA | 4D | 44 |
| Octal | 156 | 276 | 354 | 65 | 23 | 0 | 7 | 312 | 115 | 104 |
| Binary | 1101110 | 10111110 | 11101100 | 110101 | 10011 | 0 | 111 | 11001010 | 1001101 | 1000100 |
Color Harmonies of #6EBEEC
Complementary color
Monochromatic Colors of #6EBEEC
Black with #6EBEEC
Text Example
Text Example
White with #6EBEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EBEEC; }
p { color: rgb(110,190,236); }
H1.HeaderClassName
{
color: #6EBEEC;
}
.AnyTagClassName
{
color: #6EBEEC;
}
</style>
background-color css
<style>
a { background-color: #6EBEEC; }
a { background-color: rgb(110,190,236); }
div.DivClassName
{
background-color: #6EBEEC;
}
.BgClassName
{
background-color: #6EBEEC;
}
</style>
border-color css
<style>
span { border-color: #6EBEEC; }
span { border-color: rgb(110,190,236); }
td.TdClassName
{
border-color: #6EBEEC;
}
.TagClassName
{
border-color: #6EBEEC;
}
</style>