Shades of Malibu #6EC3DC
Tints of Malibu #6EC3DC
RGB
CMYK
RGB Variations
Color information
#6EC3DC (or 0x6EC3DC) is known color: Malibu. HEX triplet: 6E, C3 and DC. RGB value is (110,195,220). Sum of RGB (Red+Green+Blue) = 110+195+220=525 (69% of max value = 765). Red value is 110 (43.36% from 255 or 20.95% from 525); Green value is 195 (76.56% from 255 or 37.14% from 525); Blue value is 220 (86.33% from 255 or 41.90% from 525); Max value from RGB is 220 - color contains mainly: blue. Hex color #6EC3DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EC3DC is #913C23. Grayscale: #ACACAC. Windows color (decimal): -9518116 or 14467950. OLE color: 14467950.
HSL color Cylindrical-coordinate representation of color #6EC3DC: hue angle of 193.64º degrees, saturation: 0.61, 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 #6EC3DC is Cyan = 0.50, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 110 | 195 | 220 | - |
| CMYK | 0.50 | 0.11 | 0 | 0.14 |
| HSL | 193.64º | 0.61% | 0.65% | - |
| HSV(B) | 193.64º | 0.5% | 0.86% | - |
| XYZ | 38.86 | 47.51 | 74.83 | - |
| YUV | 172.44 | 154.84 | 83.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 195 | 220 | 0.50 | 0.11 | 0 | 0.14 | 193.64 | 0.61 | 0.65 |
| Hex | 6E | C3 | DC | 32 | B | 0 | E | C2 | 3D | 41 |
| Octal | 156 | 303 | 334 | 62 | 13 | 0 | 16 | 302 | 75 | 101 |
| Binary | 1101110 | 11000011 | 11011100 | 110010 | 1011 | 0 | 1110 | 11000010 | 111101 | 1000001 |
Color Harmonies of #6EC3DC
Complementary color
Monochromatic Colors of #6EC3DC
Black with #6EC3DC
Text Example
Text Example
White with #6EC3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC3DC; }
p { color: rgb(110,195,220); }
H1.HeaderClassName
{
color: #6EC3DC;
}
.AnyTagClassName
{
color: #6EC3DC;
}
</style>
background-color css
<style>
a { background-color: #6EC3DC; }
a { background-color: rgb(110,195,220); }
div.DivClassName
{
background-color: #6EC3DC;
}
.BgClassName
{
background-color: #6EC3DC;
}
</style>
border-color css
<style>
span { border-color: #6EC3DC; }
span { border-color: rgb(110,195,220); }
td.TdClassName
{
border-color: #6EC3DC;
}
.TagClassName
{
border-color: #6EC3DC;
}
</style>