Shades of Malibu #6CC2EC
Tints of Malibu #6CC2EC
RGB
CMYK
RGB Variations
Color information
#6CC2EC (or 0x6CC2EC) is known color: Malibu. HEX triplet: 6C, C2 and EC. RGB value is (108,194,236). Sum of RGB (Red+Green+Blue) = 108+194+236=538 (71% of max value = 765). Red value is 108 (42.58% from 255 or 20.07% from 538); Green value is 194 (76.17% from 255 or 36.06% from 538); Blue value is 236 (92.58% from 255 or 43.87% from 538); Max value from RGB is 236 - color contains mainly: blue. Hex color #6CC2EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CC2EC is #933D13. Grayscale: #ACACAC. Windows color (decimal): -9649428 or 15516268. OLE color: 15516268.
HSL color Cylindrical-coordinate representation of color #6CC2EC: hue angle of 199.69º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6CC2EC is Cyan = 0.54, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 108 | 194 | 236 | - |
| CMYK | 0.54 | 0.18 | 0 | 0.07 |
| HSL | 199.69º | 0.77% | 0.67% | - |
| HSV(B) | 199.69º | 0.54% | 0.93% | - |
| XYZ | 40.62 | 47.83 | 86.45 | - |
| YUV | 173.07 | 163.51 | 81.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 194 | 236 | 0.54 | 0.18 | 0 | 0.07 | 199.69 | 0.77 | 0.67 |
| Hex | 6C | C2 | EC | 36 | 12 | 0 | 7 | C8 | 4D | 43 |
| Octal | 154 | 302 | 354 | 66 | 22 | 0 | 7 | 310 | 115 | 103 |
| Binary | 1101100 | 11000010 | 11101100 | 110110 | 10010 | 0 | 111 | 11001000 | 1001101 | 1000011 |
Color Harmonies of #6CC2EC
Complementary color
Monochromatic Colors of #6CC2EC
Black with #6CC2EC
Text Example
Text Example
White with #6CC2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CC2EC; }
p { color: rgb(108,194,236); }
H1.HeaderClassName
{
color: #6CC2EC;
}
.AnyTagClassName
{
color: #6CC2EC;
}
</style>
background-color css
<style>
a { background-color: #6CC2EC; }
a { background-color: rgb(108,194,236); }
div.DivClassName
{
background-color: #6CC2EC;
}
.BgClassName
{
background-color: #6CC2EC;
}
</style>
border-color css
<style>
span { border-color: #6CC2EC; }
span { border-color: rgb(108,194,236); }
td.TdClassName
{
border-color: #6CC2EC;
}
.TagClassName
{
border-color: #6CC2EC;
}
</style>