Shades of Malibu #6ABBDC
Tints of Malibu #6ABBDC
RGB
CMYK
RGB Variations
Color information
#6ABBDC (or 0x6ABBDC) is known color: Malibu. HEX triplet: 6A, BB and DC. RGB value is (106,187,220). Sum of RGB (Red+Green+Blue) = 106+187+220=513 (67% of max value = 765). Red value is 106 (41.80% from 255 or 20.66% from 513); Green value is 187 (73.44% from 255 or 36.45% from 513); Blue value is 220 (86.33% from 255 or 42.88% from 513); Max value from RGB is 220 - color contains mainly: blue. Hex color #6ABBDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ABBDC is #954423. Grayscale: #A6A6A6. Windows color (decimal): -9782308 or 14465898. OLE color: 14465898.
HSL color Cylindrical-coordinate representation of color #6ABBDC: hue angle of 197.37º degrees, saturation: 0.62, 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 #6ABBDC is Cyan = 0.52, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 106 | 187 | 220 | - |
| CMYK | 0.52 | 0.15 | 0 | 0.14 |
| HSL | 197.37º | 0.62% | 0.64% | - |
| HSV(B) | 197.37º | 0.52% | 0.86% | - |
| XYZ | 36.63 | 43.77 | 74.23 | - |
| YUV | 166.54 | 158.16 | 84.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 187 | 220 | 0.52 | 0.15 | 0 | 0.14 | 197.37 | 0.62 | 0.64 |
| Hex | 6A | BB | DC | 34 | F | 0 | E | C5 | 3E | 40 |
| Octal | 152 | 273 | 334 | 64 | 17 | 0 | 16 | 305 | 76 | 100 |
| Binary | 1101010 | 10111011 | 11011100 | 110100 | 1111 | 0 | 1110 | 11000101 | 111110 | 1000000 |
Color Harmonies of #6ABBDC
Complementary color
Monochromatic Colors of #6ABBDC
Black with #6ABBDC
Text Example
Text Example
White with #6ABBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABBDC; }
p { color: rgb(106,187,220); }
H1.HeaderClassName
{
color: #6ABBDC;
}
.AnyTagClassName
{
color: #6ABBDC;
}
</style>
background-color css
<style>
a { background-color: #6ABBDC; }
a { background-color: rgb(106,187,220); }
div.DivClassName
{
background-color: #6ABBDC;
}
.BgClassName
{
background-color: #6ABBDC;
}
</style>
border-color css
<style>
span { border-color: #6ABBDC; }
span { border-color: rgb(106,187,220); }
td.TdClassName
{
border-color: #6ABBDC;
}
.TagClassName
{
border-color: #6ABBDC;
}
</style>