Shades of Malibu #6EBFDD
Tints of Malibu #6EBFDD
RGB
CMYK
RGB Variations
Color information
#6EBFDD (or 0x6EBFDD) is known color: Malibu. HEX triplet: 6E, BF and DD. RGB value is (110,191,221). Sum of RGB (Red+Green+Blue) = 110+191+221=522 (69% of max value = 765). Red value is 110 (43.36% from 255 or 21.07% from 522); Green value is 191 (75% from 255 or 36.59% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 221 - color contains mainly: blue. Hex color #6EBFDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EBFDD is #914022. Grayscale: #AAAAAA. Windows color (decimal): -9519139 or 14532462. OLE color: 14532462.
HSL color Cylindrical-coordinate representation of color #6EBFDD: hue angle of 196.22º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EBFDD is Cyan = 0.50, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 110 | 191 | 221 | - |
| CMYK | 0.50 | 0.14 | 0 | 0.13 |
| HSL | 196.22º | 0.62% | 0.65% | - |
| HSV(B) | 196.22º | 0.5% | 0.87% | - |
| XYZ | 38.11 | 45.8 | 75.24 | - |
| YUV | 170.2 | 156.66 | 85.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 191 | 221 | 0.50 | 0.14 | 0 | 0.13 | 196.22 | 0.62 | 0.65 |
| Hex | 6E | BF | DD | 32 | E | 0 | D | C4 | 3E | 41 |
| Octal | 156 | 277 | 335 | 62 | 16 | 0 | 15 | 304 | 76 | 101 |
| Binary | 1101110 | 10111111 | 11011101 | 110010 | 1110 | 0 | 1101 | 11000100 | 111110 | 1000001 |
Color Harmonies of #6EBFDD
Complementary color
Monochromatic Colors of #6EBFDD
Black with #6EBFDD
Text Example
Text Example
White with #6EBFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EBFDD; }
p { color: rgb(110,191,221); }
H1.HeaderClassName
{
color: #6EBFDD;
}
.AnyTagClassName
{
color: #6EBFDD;
}
</style>
background-color css
<style>
a { background-color: #6EBFDD; }
a { background-color: rgb(110,191,221); }
div.DivClassName
{
background-color: #6EBFDD;
}
.BgClassName
{
background-color: #6EBFDD;
}
</style>
border-color css
<style>
span { border-color: #6EBFDD; }
span { border-color: rgb(110,191,221); }
td.TdClassName
{
border-color: #6EBFDD;
}
.TagClassName
{
border-color: #6EBFDD;
}
</style>