Shades of Malibu #6ABFEB
Tints of Malibu #6ABFEB
RGB
CMYK
RGB Variations
Color information
#6ABFEB (or 0x6ABFEB) is known color: Malibu. HEX triplet: 6A, BF and EB. RGB value is (106,191,235). Sum of RGB (Red+Green+Blue) = 106+191+235=532 (70% of max value = 765). Red value is 106 (41.80% from 255 or 19.92% from 532); Green value is 191 (75% from 255 or 35.90% from 532); Blue value is 235 (92.19% from 255 or 44.17% from 532); Max value from RGB is 235 - color contains mainly: blue. Hex color #6ABFEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ABFEB is #954014. Grayscale: #AAAAAA. Windows color (decimal): -9781269 or 15449962. OLE color: 15449962.
HSL color Cylindrical-coordinate representation of color #6ABFEB: hue angle of 200.47º degrees, saturation: 0.76, 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 #6ABFEB is Cyan = 0.55, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 106 | 191 | 235 | - |
| CMYK | 0.55 | 0.19 | 0 | 0.08 |
| HSL | 200.47º | 0.76% | 0.67% | - |
| HSV(B) | 200.47º | 0.55% | 0.92% | - |
| XYZ | 39.57 | 46.32 | 85.45 | - |
| YUV | 170.6 | 164.34 | 81.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 191 | 235 | 0.55 | 0.19 | 0 | 0.08 | 200.47 | 0.76 | 0.67 |
| Hex | 6A | BF | EB | 37 | 13 | 0 | 8 | C8 | 4C | 43 |
| Octal | 152 | 277 | 353 | 67 | 23 | 0 | 10 | 310 | 114 | 103 |
| Binary | 1101010 | 10111111 | 11101011 | 110111 | 10011 | 0 | 1000 | 11001000 | 1001100 | 1000011 |
Color Harmonies of #6ABFEB
Complementary color
Monochromatic Colors of #6ABFEB
Black with #6ABFEB
Text Example
Text Example
White with #6ABFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABFEB; }
p { color: rgb(106,191,235); }
H1.HeaderClassName
{
color: #6ABFEB;
}
.AnyTagClassName
{
color: #6ABFEB;
}
</style>
background-color css
<style>
a { background-color: #6ABFEB; }
a { background-color: rgb(106,191,235); }
div.DivClassName
{
background-color: #6ABFEB;
}
.BgClassName
{
background-color: #6ABFEB;
}
</style>
border-color css
<style>
span { border-color: #6ABFEB; }
span { border-color: rgb(106,191,235); }
td.TdClassName
{
border-color: #6ABFEB;
}
.TagClassName
{
border-color: #6ABFEB;
}
</style>