Shades of Malibu #6FBBEC
Tints of Malibu #6FBBEC
RGB
CMYK
RGB Variations
Color information
#6FBBEC (or 0x6FBBEC) is known color: Malibu. HEX triplet: 6F, BB and EC. RGB value is (111,187,236). Sum of RGB (Red+Green+Blue) = 111+187+236=534 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.79% from 534); Green value is 187 (73.44% from 255 or 35.02% from 534); Blue value is 236 (92.58% from 255 or 44.19% from 534); Max value from RGB is 236 - color contains mainly: blue. Hex color #6FBBEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FBBEC is #904413. Grayscale: #A9A9A9. Windows color (decimal): -9454612 or 15514479. OLE color: 15514479.
HSL color Cylindrical-coordinate representation of color #6FBBEC: hue angle of 203.52º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6FBBEC is Cyan = 0.53, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 111 | 187 | 236 | - |
| CMYK | 0.53 | 0.21 | 0 | 0.07 |
| HSL | 203.52º | 0.77% | 0.68% | - |
| HSV(B) | 203.52º | 0.53% | 0.93% | - |
| XYZ | 39.47 | 44.98 | 85.96 | - |
| YUV | 169.86 | 165.32 | 86.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 187 | 236 | 0.53 | 0.21 | 0 | 0.07 | 203.52 | 0.77 | 0.68 |
| Hex | 6F | BB | EC | 35 | 15 | 0 | 7 | CC | 4D | 44 |
| Octal | 157 | 273 | 354 | 65 | 25 | 0 | 7 | 314 | 115 | 104 |
| Binary | 1101111 | 10111011 | 11101100 | 110101 | 10101 | 0 | 111 | 11001100 | 1001101 | 1000100 |
Color Harmonies of #6FBBEC
Complementary color
Monochromatic Colors of #6FBBEC
Black with #6FBBEC
Text Example
Text Example
White with #6FBBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBBEC; }
p { color: rgb(111,187,236); }
H1.HeaderClassName
{
color: #6FBBEC;
}
.AnyTagClassName
{
color: #6FBBEC;
}
</style>
background-color css
<style>
a { background-color: #6FBBEC; }
a { background-color: rgb(111,187,236); }
div.DivClassName
{
background-color: #6FBBEC;
}
.BgClassName
{
background-color: #6FBBEC;
}
</style>
border-color css
<style>
span { border-color: #6FBBEC; }
span { border-color: rgb(111,187,236); }
td.TdClassName
{
border-color: #6FBBEC;
}
.TagClassName
{
border-color: #6FBBEC;
}
</style>