Shades of Malibu #6ABFDB
Tints of Malibu #6ABFDB
RGB
CMYK
RGB Variations
Color information
#6ABFDB (or 0x6ABFDB) is known color: Malibu. HEX triplet: 6A, BF and DB. RGB value is (106,191,219). Sum of RGB (Red+Green+Blue) = 106+191+219=516 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.54% from 516); Green value is 191 (75% from 255 or 37.02% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 219 - color contains mainly: blue. Hex color #6ABFDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ABFDB is #954024. Grayscale: #A8A8A8. Windows color (decimal): -9781285 or 14401386. OLE color: 14401386.
HSL color Cylindrical-coordinate representation of color #6ABFDB: hue angle of 194.87º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6ABFDB is Cyan = 0.52, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 106 | 191 | 219 | - |
| CMYK | 0.52 | 0.13 | 0 | 0.14 |
| HSL | 194.87º | 0.61% | 0.64% | - |
| HSV(B) | 194.87º | 0.52% | 0.86% | - |
| XYZ | 37.36 | 45.44 | 73.82 | - |
| YUV | 168.78 | 156.34 | 83.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 191 | 219 | 0.52 | 0.13 | 0 | 0.14 | 194.87 | 0.61 | 0.64 |
| Hex | 6A | BF | DB | 34 | D | 0 | E | C3 | 3D | 40 |
| Octal | 152 | 277 | 333 | 64 | 15 | 0 | 16 | 303 | 75 | 100 |
| Binary | 1101010 | 10111111 | 11011011 | 110100 | 1101 | 0 | 1110 | 11000011 | 111101 | 1000000 |
Color Harmonies of #6ABFDB
Complementary color
Monochromatic Colors of #6ABFDB
Black with #6ABFDB
Text Example
Text Example
White with #6ABFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABFDB; }
p { color: rgb(106,191,219); }
H1.HeaderClassName
{
color: #6ABFDB;
}
.AnyTagClassName
{
color: #6ABFDB;
}
</style>
background-color css
<style>
a { background-color: #6ABFDB; }
a { background-color: rgb(106,191,219); }
div.DivClassName
{
background-color: #6ABFDB;
}
.BgClassName
{
background-color: #6ABFDB;
}
</style>
border-color css
<style>
span { border-color: #6ABFDB; }
span { border-color: rgb(106,191,219); }
td.TdClassName
{
border-color: #6ABFDB;
}
.TagClassName
{
border-color: #6ABFDB;
}
</style>