Shades of Malibu #6AB2EC
Tints of Malibu #6AB2EC
RGB
CMYK
RGB Variations
Color information
#6AB2EC (or 0x6AB2EC) is known color: Malibu. HEX triplet: 6A, B2 and EC. RGB value is (106,178,236). Sum of RGB (Red+Green+Blue) = 106+178+236=520 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.38% from 520); Green value is 178 (69.92% from 255 or 34.23% from 520); Blue value is 236 (92.58% from 255 or 45.38% from 520); Max value from RGB is 236 - color contains mainly: blue. Hex color #6AB2EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6AB2EC is #954D13. Grayscale: #A2A2A2. Windows color (decimal): -9784596 or 15512170. OLE color: 15512170.
HSL color Cylindrical-coordinate representation of color #6AB2EC: hue angle of 206.77º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6AB2EC is Cyan = 0.55, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 106 | 178 | 236 | - |
| CMYK | 0.55 | 0.25 | 0 | 0.07 |
| HSL | 206.77º | 0.77% | 0.67% | - |
| HSV(B) | 206.77º | 0.55% | 0.93% | - |
| XYZ | 37 | 40.96 | 85.31 | - |
| YUV | 163.08 | 169.15 | 87.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 178 | 236 | 0.55 | 0.25 | 0 | 0.07 | 206.77 | 0.77 | 0.67 |
| Hex | 6A | B2 | EC | 37 | 19 | 0 | 7 | CF | 4D | 43 |
| Octal | 152 | 262 | 354 | 67 | 31 | 0 | 7 | 317 | 115 | 103 |
| Binary | 1101010 | 10110010 | 11101100 | 110111 | 11001 | 0 | 111 | 11001111 | 1001101 | 1000011 |
Color Harmonies of #6AB2EC
Complementary color
Monochromatic Colors of #6AB2EC
Black with #6AB2EC
Text Example
Text Example
White with #6AB2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB2EC; }
p { color: rgb(106,178,236); }
H1.HeaderClassName
{
color: #6AB2EC;
}
.AnyTagClassName
{
color: #6AB2EC;
}
</style>
background-color css
<style>
a { background-color: #6AB2EC; }
a { background-color: rgb(106,178,236); }
div.DivClassName
{
background-color: #6AB2EC;
}
.BgClassName
{
background-color: #6AB2EC;
}
</style>
border-color css
<style>
span { border-color: #6AB2EC; }
span { border-color: rgb(106,178,236); }
td.TdClassName
{
border-color: #6AB2EC;
}
.TagClassName
{
border-color: #6AB2EC;
}
</style>