Shades of Malibu #6ABBE0
Tints of Malibu #6ABBE0
RGB
CMYK
RGB Variations
Color information
#6ABBE0 (or 0x6ABBE0) is known color: Malibu. HEX triplet: 6A, BB and E0. RGB value is (106,187,224). Sum of RGB (Red+Green+Blue) = 106+187+224=517 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.50% from 517); Green value is 187 (73.44% from 255 or 36.17% from 517); Blue value is 224 (87.89% from 255 or 43.33% from 517); Max value from RGB is 224 - color contains mainly: blue. Hex color #6ABBE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ABBE0 is #95441F. Grayscale: #A6A6A6. Windows color (decimal): -9782304 or 14728042. OLE color: 14728042.
HSL color Cylindrical-coordinate representation of color #6ABBE0: hue angle of 198.81º 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 #6ABBE0 is Cyan = 0.53, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 106 | 187 | 224 | - |
| CMYK | 0.53 | 0.17 | 0 | 0.12 |
| HSL | 198.81º | 0.66% | 0.65% | - |
| HSV(B) | 198.81º | 0.53% | 0.88% | - |
| XYZ | 37.17 | 43.99 | 77.05 | - |
| YUV | 167 | 160.16 | 84.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 187 | 224 | 0.53 | 0.17 | 0 | 0.12 | 198.81 | 0.66 | 0.65 |
| Hex | 6A | BB | E0 | 35 | 11 | 0 | C | C7 | 42 | 41 |
| Octal | 152 | 273 | 340 | 65 | 21 | 0 | 14 | 307 | 102 | 101 |
| Binary | 1101010 | 10111011 | 11100000 | 110101 | 10001 | 0 | 1100 | 11000111 | 1000010 | 1000001 |
Color Harmonies of #6ABBE0
Complementary color
Monochromatic Colors of #6ABBE0
Black with #6ABBE0
Text Example
Text Example
White with #6ABBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABBE0; }
p { color: rgb(106,187,224); }
H1.HeaderClassName
{
color: #6ABBE0;
}
.AnyTagClassName
{
color: #6ABBE0;
}
</style>
background-color css
<style>
a { background-color: #6ABBE0; }
a { background-color: rgb(106,187,224); }
div.DivClassName
{
background-color: #6ABBE0;
}
.BgClassName
{
background-color: #6ABBE0;
}
</style>
border-color css
<style>
span { border-color: #6ABBE0; }
span { border-color: rgb(106,187,224); }
td.TdClassName
{
border-color: #6ABBE0;
}
.TagClassName
{
border-color: #6ABBE0;
}
</style>