Shades of Malibu #6ABFDE
Tints of Malibu #6ABFDE
RGB
CMYK
RGB Variations
Color information
#6ABFDE (or 0x6ABFDE) is known color: Malibu. HEX triplet: 6A, BF and DE. RGB value is (106,191,222). Sum of RGB (Red+Green+Blue) = 106+191+222=519 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.42% from 519); Green value is 191 (75% from 255 or 36.80% from 519); Blue value is 222 (87.11% from 255 or 42.77% from 519); Max value from RGB is 222 - color contains mainly: blue. Hex color #6ABFDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ABFDE is #954021. Grayscale: #A8A8A8. Windows color (decimal): -9781282 or 14597994. OLE color: 14597994.
HSL color Cylindrical-coordinate representation of color #6ABFDE: hue angle of 196.03º 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 #6ABFDE is Cyan = 0.52, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 191 | 222 | - |
| CMYK | 0.52 | 0.14 | 0 | 0.13 |
| HSL | 196.03º | 0.64% | 0.64% | - |
| HSV(B) | 196.03º | 0.52% | 0.87% | - |
| XYZ | 37.76 | 45.6 | 75.92 | - |
| YUV | 169.12 | 157.84 | 82.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 191 | 222 | 0.52 | 0.14 | 0 | 0.13 | 196.03 | 0.64 | 0.64 |
| Hex | 6A | BF | DE | 34 | E | 0 | D | C4 | 40 | 40 |
| Octal | 152 | 277 | 336 | 64 | 16 | 0 | 15 | 304 | 100 | 100 |
| Binary | 1101010 | 10111111 | 11011110 | 110100 | 1110 | 0 | 1101 | 11000100 | 1000000 | 1000000 |
Color Harmonies of #6ABFDE
Complementary color
Monochromatic Colors of #6ABFDE
Black with #6ABFDE
Text Example
Text Example
White with #6ABFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABFDE; }
p { color: rgb(106,191,222); }
H1.HeaderClassName
{
color: #6ABFDE;
}
.AnyTagClassName
{
color: #6ABFDE;
}
</style>
background-color css
<style>
a { background-color: #6ABFDE; }
a { background-color: rgb(106,191,222); }
div.DivClassName
{
background-color: #6ABFDE;
}
.BgClassName
{
background-color: #6ABFDE;
}
</style>
border-color css
<style>
span { border-color: #6ABFDE; }
span { border-color: rgb(106,191,222); }
td.TdClassName
{
border-color: #6ABFDE;
}
.TagClassName
{
border-color: #6ABFDE;
}
</style>