Shades of Malibu #6ABFEA
Tints of Malibu #6ABFEA
RGB
CMYK
RGB Variations
Color information
#6ABFEA (or 0x6ABFEA) is known color: Malibu. HEX triplet: 6A, BF and EA. RGB value is (106,191,234). Sum of RGB (Red+Green+Blue) = 106+191+234=531 (70% of max value = 765). Red value is 106 (41.80% from 255 or 19.96% from 531); Green value is 191 (75% from 255 or 35.97% from 531); Blue value is 234 (91.80% from 255 or 44.07% from 531); Max value from RGB is 234 - color contains mainly: blue. Hex color #6ABFEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ABFEA is #954015. Grayscale: #AAAAAA. Windows color (decimal): -9781270 or 15384426. OLE color: 15384426.
HSL color Cylindrical-coordinate representation of color #6ABFEA: hue angle of 200.16º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6ABFEA is Cyan = 0.55, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 106 | 191 | 234 | - |
| CMYK | 0.55 | 0.18 | 0 | 0.08 |
| HSL | 200.16º | 0.75% | 0.67% | - |
| HSV(B) | 200.16º | 0.55% | 0.92% | - |
| XYZ | 39.43 | 46.27 | 84.69 | - |
| YUV | 170.49 | 163.84 | 82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 191 | 234 | 0.55 | 0.18 | 0 | 0.08 | 200.16 | 0.75 | 0.67 |
| Hex | 6A | BF | EA | 37 | 12 | 0 | 8 | C8 | 4B | 43 |
| Octal | 152 | 277 | 352 | 67 | 22 | 0 | 10 | 310 | 113 | 103 |
| Binary | 1101010 | 10111111 | 11101010 | 110111 | 10010 | 0 | 1000 | 11001000 | 1001011 | 1000011 |
Color Harmonies of #6ABFEA
Complementary color
Monochromatic Colors of #6ABFEA
Black with #6ABFEA
Text Example
Text Example
White with #6ABFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABFEA; }
p { color: rgb(106,191,234); }
H1.HeaderClassName
{
color: #6ABFEA;
}
.AnyTagClassName
{
color: #6ABFEA;
}
</style>
background-color css
<style>
a { background-color: #6ABFEA; }
a { background-color: rgb(106,191,234); }
div.DivClassName
{
background-color: #6ABFEA;
}
.BgClassName
{
background-color: #6ABFEA;
}
</style>
border-color css
<style>
span { border-color: #6ABFEA; }
span { border-color: rgb(106,191,234); }
td.TdClassName
{
border-color: #6ABFEA;
}
.TagClassName
{
border-color: #6ABFEA;
}
</style>