Shades of Malibu #6ABAED
Tints of Malibu #6ABAED
RGB
CMYK
RGB Variations
Color information
#6ABAED (or 0x6ABAED) is known color: Malibu. HEX triplet: 6A, BA and ED. RGB value is (106,186,237). Sum of RGB (Red+Green+Blue) = 106+186+237=529 (70% of max value = 765). Red value is 106 (41.80% from 255 or 20.04% from 529); Green value is 186 (73.05% from 255 or 35.16% from 529); Blue value is 237 (92.97% from 255 or 44.80% from 529); Max value from RGB is 237 - color contains mainly: blue. Hex color #6ABAED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ABAED is #954512. Grayscale: #A7A7A7. Windows color (decimal): -9782547 or 15579754. OLE color: 15579754.
HSL color Cylindrical-coordinate representation of color #6ABAED: hue angle of 203.36º degrees, saturation: 0.78, 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 #6ABAED is Cyan = 0.55, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 106 | 186 | 237 | - |
| CMYK | 0.55 | 0.22 | 0 | 0.07 |
| HSL | 203.36º | 0.78% | 0.67% | - |
| HSV(B) | 203.36º | 0.55% | 0.93% | - |
| XYZ | 38.79 | 44.3 | 86.63 | - |
| YUV | 167.89 | 167 | 83.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 186 | 237 | 0.55 | 0.22 | 0 | 0.07 | 203.36 | 0.78 | 0.67 |
| Hex | 6A | BA | ED | 37 | 16 | 0 | 7 | CB | 4E | 43 |
| Octal | 152 | 272 | 355 | 67 | 26 | 0 | 7 | 313 | 116 | 103 |
| Binary | 1101010 | 10111010 | 11101101 | 110111 | 10110 | 0 | 111 | 11001011 | 1001110 | 1000011 |
Color Harmonies of #6ABAED
Complementary color
Monochromatic Colors of #6ABAED
Black with #6ABAED
Text Example
Text Example
White with #6ABAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABAED; }
p { color: rgb(106,186,237); }
H1.HeaderClassName
{
color: #6ABAED;
}
.AnyTagClassName
{
color: #6ABAED;
}
</style>
background-color css
<style>
a { background-color: #6ABAED; }
a { background-color: rgb(106,186,237); }
div.DivClassName
{
background-color: #6ABAED;
}
.BgClassName
{
background-color: #6ABAED;
}
</style>
border-color css
<style>
span { border-color: #6ABAED; }
span { border-color: rgb(106,186,237); }
td.TdClassName
{
border-color: #6ABAED;
}
.TagClassName
{
border-color: #6ABAED;
}
</style>