Shades of Malibu #6EC1DB
Tints of Malibu #6EC1DB
RGB
CMYK
RGB Variations
Color information
#6EC1DB (or 0x6EC1DB) is known color: Malibu. HEX triplet: 6E, C1 and DB. RGB value is (110,193,219). Sum of RGB (Red+Green+Blue) = 110+193+219=522 (69% of max value = 765). Red value is 110 (43.36% from 255 or 21.07% from 522); Green value is 193 (75.78% from 255 or 36.97% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 219 - color contains mainly: blue. Hex color #6EC1DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EC1DB is #913E24. Grayscale: #AAAAAA. Windows color (decimal): -9518629 or 14401902. OLE color: 14401902.
HSL color Cylindrical-coordinate representation of color #6EC1DB: hue angle of 194.31º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EC1DB is Cyan = 0.50, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 110 | 193 | 219 | - |
| CMYK | 0.50 | 0.12 | 0 | 0.14 |
| HSL | 194.31º | 0.6% | 0.65% | - |
| HSV(B) | 194.31º | 0.5% | 0.86% | - |
| XYZ | 38.29 | 46.57 | 73.99 | - |
| YUV | 171.15 | 155 | 84.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 193 | 219 | 0.50 | 0.12 | 0 | 0.14 | 194.31 | 0.6 | 0.65 |
| Hex | 6E | C1 | DB | 32 | C | 0 | E | C2 | 3C | 41 |
| Octal | 156 | 301 | 333 | 62 | 14 | 0 | 16 | 302 | 74 | 101 |
| Binary | 1101110 | 11000001 | 11011011 | 110010 | 1100 | 0 | 1110 | 11000010 | 111100 | 1000001 |
Color Harmonies of #6EC1DB
Complementary color
Monochromatic Colors of #6EC1DB
Black with #6EC1DB
Text Example
Text Example
White with #6EC1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC1DB; }
p { color: rgb(110,193,219); }
H1.HeaderClassName
{
color: #6EC1DB;
}
.AnyTagClassName
{
color: #6EC1DB;
}
</style>
background-color css
<style>
a { background-color: #6EC1DB; }
a { background-color: rgb(110,193,219); }
div.DivClassName
{
background-color: #6EC1DB;
}
.BgClassName
{
background-color: #6EC1DB;
}
</style>
border-color css
<style>
span { border-color: #6EC1DB; }
span { border-color: rgb(110,193,219); }
td.TdClassName
{
border-color: #6EC1DB;
}
.TagClassName
{
border-color: #6EC1DB;
}
</style>