Shades of Malibu #6ABBDD
Tints of Malibu #6ABBDD
RGB
CMYK
RGB Variations
Color information
#6ABBDD (or 0x6ABBDD) is known color: Malibu. HEX triplet: 6A, BB and DD. RGB value is (106,187,221). Sum of RGB (Red+Green+Blue) = 106+187+221=514 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.62% from 514); Green value is 187 (73.44% from 255 or 36.38% from 514); Blue value is 221 (86.72% from 255 or 43.00% from 514); Max value from RGB is 221 - color contains mainly: blue. Hex color #6ABBDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ABBDD is #954422. Grayscale: #A6A6A6. Windows color (decimal): -9782307 or 14531434. OLE color: 14531434.
HSL color Cylindrical-coordinate representation of color #6ABBDD: hue angle of 197.74º 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 #6ABBDD is Cyan = 0.52, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 187 | 221 | - |
| CMYK | 0.52 | 0.15 | 0 | 0.13 |
| HSL | 197.74º | 0.63% | 0.64% | - |
| HSV(B) | 197.74º | 0.52% | 0.87% | - |
| XYZ | 36.77 | 43.83 | 74.93 | - |
| YUV | 166.66 | 158.66 | 84.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 187 | 221 | 0.52 | 0.15 | 0 | 0.13 | 197.74 | 0.63 | 0.64 |
| Hex | 6A | BB | DD | 34 | F | 0 | D | C6 | 3F | 40 |
| Octal | 152 | 273 | 335 | 64 | 17 | 0 | 15 | 306 | 77 | 100 |
| Binary | 1101010 | 10111011 | 11011101 | 110100 | 1111 | 0 | 1101 | 11000110 | 111111 | 1000000 |
Color Harmonies of #6ABBDD
Complementary color
Monochromatic Colors of #6ABBDD
Black with #6ABBDD
Text Example
Text Example
White with #6ABBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABBDD; }
p { color: rgb(106,187,221); }
H1.HeaderClassName
{
color: #6ABBDD;
}
.AnyTagClassName
{
color: #6ABBDD;
}
</style>
background-color css
<style>
a { background-color: #6ABBDD; }
a { background-color: rgb(106,187,221); }
div.DivClassName
{
background-color: #6ABBDD;
}
.BgClassName
{
background-color: #6ABBDD;
}
</style>
border-color css
<style>
span { border-color: #6ABBDD; }
span { border-color: rgb(106,187,221); }
td.TdClassName
{
border-color: #6ABBDD;
}
.TagClassName
{
border-color: #6ABBDD;
}
</style>