Shades of Malibu #6EBFE1
Tints of Malibu #6EBFE1
RGB
CMYK
RGB Variations
Color information
#6EBFE1 (or 0x6EBFE1) is known color: Malibu. HEX triplet: 6E, BF and E1. RGB value is (110,191,225). Sum of RGB (Red+Green+Blue) = 110+191+225=526 (69% of max value = 765). Red value is 110 (43.36% from 255 or 20.91% from 526); Green value is 191 (75% from 255 or 36.31% from 526); Blue value is 225 (88.28% from 255 or 42.78% from 526); Max value from RGB is 225 - color contains mainly: blue. Hex color #6EBFE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EBFE1 is #91401E. Grayscale: #AAAAAA. Windows color (decimal): -9519135 or 14794606. OLE color: 14794606.
HSL color Cylindrical-coordinate representation of color #6EBFE1: hue angle of 197.74º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6EBFE1 is Cyan = 0.51, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 110 | 191 | 225 | - |
| CMYK | 0.51 | 0.15 | 0 | 0.12 |
| HSL | 197.74º | 0.66% | 0.66% | - |
| HSV(B) | 197.74º | 0.51% | 0.88% | - |
| XYZ | 38.65 | 46.01 | 78.08 | - |
| YUV | 170.66 | 158.66 | 84.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 191 | 225 | 0.51 | 0.15 | 0 | 0.12 | 197.74 | 0.66 | 0.66 |
| Hex | 6E | BF | E1 | 33 | F | 0 | C | C6 | 42 | 42 |
| Octal | 156 | 277 | 341 | 63 | 17 | 0 | 14 | 306 | 102 | 102 |
| Binary | 1101110 | 10111111 | 11100001 | 110011 | 1111 | 0 | 1100 | 11000110 | 1000010 | 1000010 |
Color Harmonies of #6EBFE1
Complementary color
Monochromatic Colors of #6EBFE1
Black with #6EBFE1
Text Example
Text Example
White with #6EBFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EBFE1; }
p { color: rgb(110,191,225); }
H1.HeaderClassName
{
color: #6EBFE1;
}
.AnyTagClassName
{
color: #6EBFE1;
}
</style>
background-color css
<style>
a { background-color: #6EBFE1; }
a { background-color: rgb(110,191,225); }
div.DivClassName
{
background-color: #6EBFE1;
}
.BgClassName
{
background-color: #6EBFE1;
}
</style>
border-color css
<style>
span { border-color: #6EBFE1; }
span { border-color: rgb(110,191,225); }
td.TdClassName
{
border-color: #6EBFE1;
}
.TagClassName
{
border-color: #6EBFE1;
}
</style>