Shades of Malibu #6ABFDD
Tints of Malibu #6ABFDD
RGB
CMYK
RGB Variations
Color information
#6ABFDD (or 0x6ABFDD) is known color: Malibu. HEX triplet: 6A, BF and DD. RGB value is (106,191,221). Sum of RGB (Red+Green+Blue) = 106+191+221=518 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.46% from 518); Green value is 191 (75% from 255 or 36.87% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 221 - color contains mainly: blue. Hex color #6ABFDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ABFDD is #954022. Grayscale: #A8A8A8. Windows color (decimal): -9781283 or 14532458. OLE color: 14532458.
HSL color Cylindrical-coordinate representation of color #6ABFDD: hue angle of 195.65º degrees, saturation: 0.63, 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 #6ABFDD is Cyan = 0.52, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 191 | 221 | - |
| CMYK | 0.52 | 0.14 | 0 | 0.13 |
| HSL | 195.65º | 0.63% | 0.64% | - |
| HSV(B) | 195.65º | 0.52% | 0.87% | - |
| XYZ | 37.63 | 45.55 | 75.21 | - |
| YUV | 169.01 | 157.34 | 83.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 191 | 221 | 0.52 | 0.14 | 0 | 0.13 | 195.65 | 0.63 | 0.64 |
| Hex | 6A | BF | DD | 34 | E | 0 | D | C4 | 3F | 40 |
| Octal | 152 | 277 | 335 | 64 | 16 | 0 | 15 | 304 | 77 | 100 |
| Binary | 1101010 | 10111111 | 11011101 | 110100 | 1110 | 0 | 1101 | 11000100 | 111111 | 1000000 |
Color Harmonies of #6ABFDD
Complementary color
Monochromatic Colors of #6ABFDD
Black with #6ABFDD
Text Example
Text Example
White with #6ABFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABFDD; }
p { color: rgb(106,191,221); }
H1.HeaderClassName
{
color: #6ABFDD;
}
.AnyTagClassName
{
color: #6ABFDD;
}
</style>
background-color css
<style>
a { background-color: #6ABFDD; }
a { background-color: rgb(106,191,221); }
div.DivClassName
{
background-color: #6ABFDD;
}
.BgClassName
{
background-color: #6ABFDD;
}
</style>
border-color css
<style>
span { border-color: #6ABFDD; }
span { border-color: rgb(106,191,221); }
td.TdClassName
{
border-color: #6ABFDD;
}
.TagClassName
{
border-color: #6ABFDD;
}
</style>