Shades of Malibu #6EBEDA
Tints of Malibu #6EBEDA
RGB
CMYK
RGB Variations
Color information
#6EBEDA (or 0x6EBEDA) is known color: Malibu. HEX triplet: 6E, BE and DA. RGB value is (110,190,218). Sum of RGB (Red+Green+Blue) = 110+190+218=518 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.24% from 518); Green value is 190 (74.61% from 255 or 36.68% from 518); Blue value is 218 (85.55% from 255 or 42.08% from 518); Max value from RGB is 218 - color contains mainly: blue. Hex color #6EBEDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EBEDA is #914125. Grayscale: #A9A9A9. Windows color (decimal): -9519398 or 14335598. OLE color: 14335598.
HSL color Cylindrical-coordinate representation of color #6EBEDA: hue angle of 195.56º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EBEDA is Cyan = 0.50, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 110 | 190 | 218 | - |
| CMYK | 0.50 | 0.13 | 0 | 0.15 |
| HSL | 195.56º | 0.59% | 0.64% | - |
| HSV(B) | 195.56º | 0.5% | 0.85% | - |
| XYZ | 37.5 | 45.2 | 73.08 | - |
| YUV | 169.27 | 155.5 | 85.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 190 | 218 | 0.50 | 0.13 | 0 | 0.15 | 195.56 | 0.59 | 0.64 |
| Hex | 6E | BE | DA | 32 | D | 0 | F | C4 | 3B | 40 |
| Octal | 156 | 276 | 332 | 62 | 15 | 0 | 17 | 304 | 73 | 100 |
| Binary | 1101110 | 10111110 | 11011010 | 110010 | 1101 | 0 | 1111 | 11000100 | 111011 | 1000000 |
Color Harmonies of #6EBEDA
Complementary color
Monochromatic Colors of #6EBEDA
Black with #6EBEDA
Text Example
Text Example
White with #6EBEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EBEDA; }
p { color: rgb(110,190,218); }
H1.HeaderClassName
{
color: #6EBEDA;
}
.AnyTagClassName
{
color: #6EBEDA;
}
</style>
background-color css
<style>
a { background-color: #6EBEDA; }
a { background-color: rgb(110,190,218); }
div.DivClassName
{
background-color: #6EBEDA;
}
.BgClassName
{
background-color: #6EBEDA;
}
</style>
border-color css
<style>
span { border-color: #6EBEDA; }
span { border-color: rgb(110,190,218); }
td.TdClassName
{
border-color: #6EBEDA;
}
.TagClassName
{
border-color: #6EBEDA;
}
</style>