Shades of Malibu #6EB7EC
Tints of Malibu #6EB7EC
RGB
CMYK
RGB Variations
Color information
#6EB7EC (or 0x6EB7EC) is known color: Malibu. HEX triplet: 6E, B7 and EC. RGB value is (110,183,236). Sum of RGB (Red+Green+Blue) = 110+183+236=529 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.79% from 529); Green value is 183 (71.88% from 255 or 34.59% from 529); Blue value is 236 (92.58% from 255 or 44.61% from 529); Max value from RGB is 236 - color contains mainly: blue. Hex color #6EB7EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EB7EC is #914813. Grayscale: #A6A6A6. Windows color (decimal): -9521172 or 15513454. OLE color: 15513454.
HSL color Cylindrical-coordinate representation of color #6EB7EC: hue angle of 205.24º 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 #6EB7EC is Cyan = 0.53, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 110 | 183 | 236 | - |
| CMYK | 0.53 | 0.22 | 0 | 0.07 |
| HSL | 205.24º | 0.77% | 0.68% | - |
| HSV(B) | 205.24º | 0.53% | 0.93% | - |
| XYZ | 38.5 | 43.24 | 85.67 | - |
| YUV | 167.22 | 166.82 | 87.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 183 | 236 | 0.53 | 0.22 | 0 | 0.07 | 205.24 | 0.77 | 0.68 |
| Hex | 6E | B7 | EC | 35 | 16 | 0 | 7 | CD | 4D | 44 |
| Octal | 156 | 267 | 354 | 65 | 26 | 0 | 7 | 315 | 115 | 104 |
| Binary | 1101110 | 10110111 | 11101100 | 110101 | 10110 | 0 | 111 | 11001101 | 1001101 | 1000100 |
Color Harmonies of #6EB7EC
Complementary color
Monochromatic Colors of #6EB7EC
Black with #6EB7EC
Text Example
Text Example
White with #6EB7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EB7EC; }
p { color: rgb(110,183,236); }
H1.HeaderClassName
{
color: #6EB7EC;
}
.AnyTagClassName
{
color: #6EB7EC;
}
</style>
background-color css
<style>
a { background-color: #6EB7EC; }
a { background-color: rgb(110,183,236); }
div.DivClassName
{
background-color: #6EB7EC;
}
.BgClassName
{
background-color: #6EB7EC;
}
</style>
border-color css
<style>
span { border-color: #6EB7EC; }
span { border-color: rgb(110,183,236); }
td.TdClassName
{
border-color: #6EB7EC;
}
.TagClassName
{
border-color: #6EB7EC;
}
</style>