Shades of Malibu #6EC1EB
Tints of Malibu #6EC1EB
RGB
CMYK
RGB Variations
Color information
#6EC1EB (or 0x6EC1EB) is known color: Malibu. HEX triplet: 6E, C1 and EB. RGB value is (110,193,235). Sum of RGB (Red+Green+Blue) = 110+193+235=538 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.45% from 538); Green value is 193 (75.78% from 255 or 35.87% from 538); Blue value is 235 (92.19% from 255 or 43.68% from 538); Max value from RGB is 235 - color contains mainly: blue. Hex color #6EC1EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EC1EB is #913E14. Grayscale: #ACACAC. Windows color (decimal): -9518613 or 15450478. OLE color: 15450478.
HSL color Cylindrical-coordinate representation of color #6EC1EB: hue angle of 200.16º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6EC1EB is Cyan = 0.53, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 110 | 193 | 235 | - |
| CMYK | 0.53 | 0.18 | 0 | 0.08 |
| HSL | 200.16º | 0.76% | 0.68% | - |
| HSV(B) | 200.16º | 0.53% | 0.92% | - |
| XYZ | 40.5 | 47.45 | 85.62 | - |
| YUV | 172.97 | 163 | 83.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 193 | 235 | 0.53 | 0.18 | 0 | 0.08 | 200.16 | 0.76 | 0.68 |
| Hex | 6E | C1 | EB | 35 | 12 | 0 | 8 | C8 | 4C | 44 |
| Octal | 156 | 301 | 353 | 65 | 22 | 0 | 10 | 310 | 114 | 104 |
| Binary | 1101110 | 11000001 | 11101011 | 110101 | 10010 | 0 | 1000 | 11001000 | 1001100 | 1000100 |
Color Harmonies of #6EC1EB
Complementary color
Monochromatic Colors of #6EC1EB
Black with #6EC1EB
Text Example
Text Example
White with #6EC1EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC1EB; }
p { color: rgb(110,193,235); }
H1.HeaderClassName
{
color: #6EC1EB;
}
.AnyTagClassName
{
color: #6EC1EB;
}
</style>
background-color css
<style>
a { background-color: #6EC1EB; }
a { background-color: rgb(110,193,235); }
div.DivClassName
{
background-color: #6EC1EB;
}
.BgClassName
{
background-color: #6EC1EB;
}
</style>
border-color css
<style>
span { border-color: #6EC1EB; }
span { border-color: rgb(110,193,235); }
td.TdClassName
{
border-color: #6EC1EB;
}
.TagClassName
{
border-color: #6EC1EB;
}
</style>