Shades of Malibu #6EBDEA
Tints of Malibu #6EBDEA
RGB
CMYK
RGB Variations
Color information
#6EBDEA (or 0x6EBDEA) is known color: Malibu. HEX triplet: 6E, BD and EA. RGB value is (110,189,234). Sum of RGB (Red+Green+Blue) = 110+189+234=533 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.64% from 533); Green value is 189 (74.22% from 255 or 35.46% from 533); Blue value is 234 (91.80% from 255 or 43.90% from 533); Max value from RGB is 234 - color contains mainly: blue. Hex color #6EBDEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EBDEA is #914215. Grayscale: #AAAAAA. Windows color (decimal): -9519638 or 15383918. OLE color: 15383918.
HSL color Cylindrical-coordinate representation of color #6EBDEA: hue angle of 201.77º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6EBDEA is Cyan = 0.53, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 110 | 189 | 234 | - |
| CMYK | 0.53 | 0.19 | 0 | 0.08 |
| HSL | 201.77º | 0.75% | 0.67% | - |
| HSV(B) | 201.77º | 0.53% | 0.92% | - |
| XYZ | 39.48 | 45.65 | 84.57 | - |
| YUV | 170.51 | 163.83 | 84.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 189 | 234 | 0.53 | 0.19 | 0 | 0.08 | 201.77 | 0.75 | 0.67 |
| Hex | 6E | BD | EA | 35 | 13 | 0 | 8 | CA | 4B | 43 |
| Octal | 156 | 275 | 352 | 65 | 23 | 0 | 10 | 312 | 113 | 103 |
| Binary | 1101110 | 10111101 | 11101010 | 110101 | 10011 | 0 | 1000 | 11001010 | 1001011 | 1000011 |
Color Harmonies of #6EBDEA
Complementary color
Monochromatic Colors of #6EBDEA
Black with #6EBDEA
Text Example
Text Example
White with #6EBDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EBDEA; }
p { color: rgb(110,189,234); }
H1.HeaderClassName
{
color: #6EBDEA;
}
.AnyTagClassName
{
color: #6EBDEA;
}
</style>
background-color css
<style>
a { background-color: #6EBDEA; }
a { background-color: rgb(110,189,234); }
div.DivClassName
{
background-color: #6EBDEA;
}
.BgClassName
{
background-color: #6EBDEA;
}
</style>
border-color css
<style>
span { border-color: #6EBDEA; }
span { border-color: rgb(110,189,234); }
td.TdClassName
{
border-color: #6EBDEA;
}
.TagClassName
{
border-color: #6EBDEA;
}
</style>