Shades of Malibu #6EBADF
Tints of Malibu #6EBADF
RGB
CMYK
RGB Variations
Color information
#6EBADF (or 0x6EBADF) is known color: Malibu. HEX triplet: 6E, BA and DF. RGB value is (110,186,223). Sum of RGB (Red+Green+Blue) = 110+186+223=519 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.19% from 519); Green value is 186 (73.05% from 255 or 35.84% from 519); Blue value is 223 (87.5% from 255 or 42.97% from 519); Max value from RGB is 223 - color contains mainly: blue. Hex color #6EBADF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EBADF is #914520. Grayscale: #A7A7A7. Windows color (decimal): -9520417 or 14662254. OLE color: 14662254.
HSL color Cylindrical-coordinate representation of color #6EBADF: hue angle of 199.65º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6EBADF is Cyan = 0.51, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 110 | 186 | 223 | - |
| CMYK | 0.51 | 0.17 | 0 | 0.13 |
| HSL | 199.65º | 0.64% | 0.65% | - |
| HSV(B) | 199.65º | 0.51% | 0.87% | - |
| XYZ | 37.31 | 43.76 | 76.29 | - |
| YUV | 167.49 | 159.32 | 86.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 186 | 223 | 0.51 | 0.17 | 0 | 0.13 | 199.65 | 0.64 | 0.65 |
| Hex | 6E | BA | DF | 33 | 11 | 0 | D | C8 | 40 | 41 |
| Octal | 156 | 272 | 337 | 63 | 21 | 0 | 15 | 310 | 100 | 101 |
| Binary | 1101110 | 10111010 | 11011111 | 110011 | 10001 | 0 | 1101 | 11001000 | 1000000 | 1000001 |
Color Harmonies of #6EBADF
Complementary color
Monochromatic Colors of #6EBADF
Black with #6EBADF
Text Example
Text Example
White with #6EBADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EBADF; }
p { color: rgb(110,186,223); }
H1.HeaderClassName
{
color: #6EBADF;
}
.AnyTagClassName
{
color: #6EBADF;
}
</style>
background-color css
<style>
a { background-color: #6EBADF; }
a { background-color: rgb(110,186,223); }
div.DivClassName
{
background-color: #6EBADF;
}
.BgClassName
{
background-color: #6EBADF;
}
</style>
border-color css
<style>
span { border-color: #6EBADF; }
span { border-color: rgb(110,186,223); }
td.TdClassName
{
border-color: #6EBADF;
}
.TagClassName
{
border-color: #6EBADF;
}
</style>