Shades of Malibu #6ABBE1
Tints of Malibu #6ABBE1
RGB
CMYK
RGB Variations
Color information
#6ABBE1 (or 0x6ABBE1) is known color: Malibu. HEX triplet: 6A, BB and E1. RGB value is (106,187,225). Sum of RGB (Red+Green+Blue) = 106+187+225=518 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.46% from 518); Green value is 187 (73.44% from 255 or 36.10% from 518); Blue value is 225 (88.28% from 255 or 43.44% from 518); Max value from RGB is 225 - color contains mainly: blue. Hex color #6ABBE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ABBE1 is #95441E. Grayscale: #A6A6A6. Windows color (decimal): -9782303 or 14793578. OLE color: 14793578.
HSL color Cylindrical-coordinate representation of color #6ABBE1: hue angle of 199.16º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6ABBE1 is Cyan = 0.53, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 106 | 187 | 225 | - |
| CMYK | 0.53 | 0.17 | 0 | 0.12 |
| HSL | 199.16º | 0.66% | 0.65% | - |
| HSV(B) | 199.16º | 0.53% | 0.88% | - |
| XYZ | 37.3 | 44.04 | 77.77 | - |
| YUV | 167.11 | 160.66 | 84.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 187 | 225 | 0.53 | 0.17 | 0 | 0.12 | 199.16 | 0.66 | 0.65 |
| Hex | 6A | BB | E1 | 35 | 11 | 0 | C | C7 | 42 | 41 |
| Octal | 152 | 273 | 341 | 65 | 21 | 0 | 14 | 307 | 102 | 101 |
| Binary | 1101010 | 10111011 | 11100001 | 110101 | 10001 | 0 | 1100 | 11000111 | 1000010 | 1000001 |
Color Harmonies of #6ABBE1
Complementary color
Monochromatic Colors of #6ABBE1
Black with #6ABBE1
Text Example
Text Example
White with #6ABBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABBE1; }
p { color: rgb(106,187,225); }
H1.HeaderClassName
{
color: #6ABBE1;
}
.AnyTagClassName
{
color: #6ABBE1;
}
</style>
background-color css
<style>
a { background-color: #6ABBE1; }
a { background-color: rgb(106,187,225); }
div.DivClassName
{
background-color: #6ABBE1;
}
.BgClassName
{
background-color: #6ABBE1;
}
</style>
border-color css
<style>
span { border-color: #6ABBE1; }
span { border-color: rgb(106,187,225); }
td.TdClassName
{
border-color: #6ABBE1;
}
.TagClassName
{
border-color: #6ABBE1;
}
</style>