Shades of Malibu #6ABEDE
Tints of Malibu #6ABEDE
RGB
CMYK
RGB Variations
Color information
#6ABEDE (or 0x6ABEDE) is known color: Malibu. HEX triplet: 6A, BE and DE. RGB value is (106,190,222). Sum of RGB (Red+Green+Blue) = 106+190+222=518 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.46% from 518); Green value is 190 (74.61% from 255 or 36.68% from 518); Blue value is 222 (87.11% from 255 or 42.86% from 518); Max value from RGB is 222 - color contains mainly: blue. Hex color #6ABEDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ABEDE is #954121. Grayscale: #A8A8A8. Windows color (decimal): -9781538 or 14597738. OLE color: 14597738.
HSL color Cylindrical-coordinate representation of color #6ABEDE: hue angle of 196.55º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6ABEDE is Cyan = 0.52, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 190 | 222 | - |
| CMYK | 0.52 | 0.14 | 0 | 0.13 |
| HSL | 196.55º | 0.64% | 0.64% | - |
| HSV(B) | 196.55º | 0.52% | 0.87% | - |
| XYZ | 37.54 | 45.17 | 75.85 | - |
| YUV | 168.53 | 158.17 | 83.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 190 | 222 | 0.52 | 0.14 | 0 | 0.13 | 196.55 | 0.64 | 0.64 |
| Hex | 6A | BE | DE | 34 | E | 0 | D | C5 | 40 | 40 |
| Octal | 152 | 276 | 336 | 64 | 16 | 0 | 15 | 305 | 100 | 100 |
| Binary | 1101010 | 10111110 | 11011110 | 110100 | 1110 | 0 | 1101 | 11000101 | 1000000 | 1000000 |
Color Harmonies of #6ABEDE
Complementary color
Monochromatic Colors of #6ABEDE
Black with #6ABEDE
Text Example
Text Example
White with #6ABEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABEDE; }
p { color: rgb(106,190,222); }
H1.HeaderClassName
{
color: #6ABEDE;
}
.AnyTagClassName
{
color: #6ABEDE;
}
</style>
background-color css
<style>
a { background-color: #6ABEDE; }
a { background-color: rgb(106,190,222); }
div.DivClassName
{
background-color: #6ABEDE;
}
.BgClassName
{
background-color: #6ABEDE;
}
</style>
border-color css
<style>
span { border-color: #6ABEDE; }
span { border-color: rgb(106,190,222); }
td.TdClassName
{
border-color: #6ABEDE;
}
.TagClassName
{
border-color: #6ABEDE;
}
</style>