Shades of Malibu #6EAFDA
Tints of Malibu #6EAFDA
RGB
CMYK
RGB Variations
Color information
#6EAFDA (or 0x6EAFDA) is known color: Malibu. HEX triplet: 6E, AF and DA. RGB value is (110,175,218). Sum of RGB (Red+Green+Blue) = 110+175+218=503 (66% of max value = 765). Red value is 110 (43.36% from 255 or 21.87% from 503); Green value is 175 (68.75% from 255 or 34.79% from 503); Blue value is 218 (85.55% from 255 or 43.34% from 503); Max value from RGB is 218 - color contains mainly: blue. Hex color #6EAFDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EAFDA is #915025. Grayscale: #A0A0A0. Windows color (decimal): -9523238 or 14331758. OLE color: 14331758.
HSL color Cylindrical-coordinate representation of color #6EAFDA: hue angle of 203.89º 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 #6EAFDA is Cyan = 0.50, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 110 | 175 | 218 | - |
| CMYK | 0.50 | 0.20 | 0 | 0.15 |
| HSL | 203.89º | 0.59% | 0.64% | - |
| HSV(B) | 203.89º | 0.5% | 0.85% | - |
| XYZ | 34.42 | 39.04 | 72.05 | - |
| YUV | 160.47 | 160.47 | 92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 175 | 218 | 0.50 | 0.20 | 0 | 0.15 | 203.89 | 0.59 | 0.64 |
| Hex | 6E | AF | DA | 32 | 14 | 0 | F | CC | 3B | 40 |
| Octal | 156 | 257 | 332 | 62 | 24 | 0 | 17 | 314 | 73 | 100 |
| Binary | 1101110 | 10101111 | 11011010 | 110010 | 10100 | 0 | 1111 | 11001100 | 111011 | 1000000 |
Color Harmonies of #6EAFDA
Complementary color
Monochromatic Colors of #6EAFDA
Black with #6EAFDA
Text Example
Text Example
White with #6EAFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EAFDA; }
p { color: rgb(110,175,218); }
H1.HeaderClassName
{
color: #6EAFDA;
}
.AnyTagClassName
{
color: #6EAFDA;
}
</style>
background-color css
<style>
a { background-color: #6EAFDA; }
a { background-color: rgb(110,175,218); }
div.DivClassName
{
background-color: #6EAFDA;
}
.BgClassName
{
background-color: #6EAFDA;
}
</style>
border-color css
<style>
span { border-color: #6EAFDA; }
span { border-color: rgb(110,175,218); }
td.TdClassName
{
border-color: #6EAFDA;
}
.TagClassName
{
border-color: #6EAFDA;
}
</style>