Shades of Malibu #6EB4DD
Tints of Malibu #6EB4DD
RGB
CMYK
RGB Variations
Color information
#6EB4DD (or 0x6EB4DD) is known color: Malibu. HEX triplet: 6E, B4 and DD. RGB value is (110,180,221). Sum of RGB (Red+Green+Blue) = 110+180+221=511 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.53% from 511); Green value is 180 (70.70% from 255 or 35.23% from 511); Blue value is 221 (86.72% from 255 or 43.25% from 511); Max value from RGB is 221 - color contains mainly: blue. Hex color #6EB4DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EB4DD is #914B22. Grayscale: #A3A3A3. Windows color (decimal): -9521955 or 14529646. OLE color: 14529646.
HSL color Cylindrical-coordinate representation of color #6EB4DD: hue angle of 202.16º 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 #6EB4DD is Cyan = 0.50, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 110 | 180 | 221 | - |
| CMYK | 0.50 | 0.19 | 0 | 0.13 |
| HSL | 202.16º | 0.62% | 0.65% | - |
| HSV(B) | 202.16º | 0.5% | 0.87% | - |
| XYZ | 35.8 | 41.18 | 74.47 | - |
| YUV | 163.74 | 160.31 | 89.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 180 | 221 | 0.50 | 0.19 | 0 | 0.13 | 202.16 | 0.62 | 0.65 |
| Hex | 6E | B4 | DD | 32 | 13 | 0 | D | CA | 3E | 41 |
| Octal | 156 | 264 | 335 | 62 | 23 | 0 | 15 | 312 | 76 | 101 |
| Binary | 1101110 | 10110100 | 11011101 | 110010 | 10011 | 0 | 1101 | 11001010 | 111110 | 1000001 |
Color Harmonies of #6EB4DD
Complementary color
Monochromatic Colors of #6EB4DD
Black with #6EB4DD
Text Example
Text Example
White with #6EB4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EB4DD; }
p { color: rgb(110,180,221); }
H1.HeaderClassName
{
color: #6EB4DD;
}
.AnyTagClassName
{
color: #6EB4DD;
}
</style>
background-color css
<style>
a { background-color: #6EB4DD; }
a { background-color: rgb(110,180,221); }
div.DivClassName
{
background-color: #6EB4DD;
}
.BgClassName
{
background-color: #6EB4DD;
}
</style>
border-color css
<style>
span { border-color: #6EB4DD; }
span { border-color: rgb(110,180,221); }
td.TdClassName
{
border-color: #6EB4DD;
}
.TagClassName
{
border-color: #6EB4DD;
}
</style>