Shades of Malibu #6ABDDD
Tints of Malibu #6ABDDD
RGB
CMYK
RGB Variations
Color information
#6ABDDD (or 0x6ABDDD) is known color: Malibu. HEX triplet: 6A, BD and DD. RGB value is (106,189,221). Sum of RGB (Red+Green+Blue) = 106+189+221=516 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.54% from 516); Green value is 189 (74.22% from 255 or 36.63% from 516); Blue value is 221 (86.72% from 255 or 42.83% from 516); Max value from RGB is 221 - color contains mainly: blue. Hex color #6ABDDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ABDDD is #954222. Grayscale: #A7A7A7. Windows color (decimal): -9781795 or 14531946. OLE color: 14531946.
HSL color Cylindrical-coordinate representation of color #6ABDDD: hue angle of 196.7º 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 #6ABDDD is Cyan = 0.52, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 189 | 221 | - |
| CMYK | 0.52 | 0.14 | 0 | 0.13 |
| HSL | 196.7º | 0.63% | 0.64% | - |
| HSV(B) | 196.7º | 0.52% | 0.87% | - |
| XYZ | 37.19 | 44.68 | 75.07 | - |
| YUV | 167.83 | 158 | 83.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 189 | 221 | 0.52 | 0.14 | 0 | 0.13 | 196.7 | 0.63 | 0.64 |
| Hex | 6A | BD | DD | 34 | E | 0 | D | C5 | 3F | 40 |
| Octal | 152 | 275 | 335 | 64 | 16 | 0 | 15 | 305 | 77 | 100 |
| Binary | 1101010 | 10111101 | 11011101 | 110100 | 1110 | 0 | 1101 | 11000101 | 111111 | 1000000 |
Color Harmonies of #6ABDDD
Complementary color
Monochromatic Colors of #6ABDDD
Black with #6ABDDD
Text Example
Text Example
White with #6ABDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABDDD; }
p { color: rgb(106,189,221); }
H1.HeaderClassName
{
color: #6ABDDD;
}
.AnyTagClassName
{
color: #6ABDDD;
}
</style>
background-color css
<style>
a { background-color: #6ABDDD; }
a { background-color: rgb(106,189,221); }
div.DivClassName
{
background-color: #6ABDDD;
}
.BgClassName
{
background-color: #6ABDDD;
}
</style>
border-color css
<style>
span { border-color: #6ABDDD; }
span { border-color: rgb(106,189,221); }
td.TdClassName
{
border-color: #6ABDDD;
}
.TagClassName
{
border-color: #6ABDDD;
}
</style>