Shades of Malibu #6ABCDC
Tints of Malibu #6ABCDC
RGB
CMYK
RGB Variations
Color information
#6ABCDC (or 0x6ABCDC) is known color: Malibu. HEX triplet: 6A, BC and DC. RGB value is (106,188,220). Sum of RGB (Red+Green+Blue) = 106+188+220=514 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.62% from 514); Green value is 188 (73.83% from 255 or 36.58% from 514); Blue value is 220 (86.33% from 255 or 42.80% from 514); Max value from RGB is 220 - color contains mainly: blue. Hex color #6ABCDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ABCDC is #954323. Grayscale: #A6A6A6. Windows color (decimal): -9782052 or 14466154. OLE color: 14466154.
HSL color Cylindrical-coordinate representation of color #6ABCDC: hue angle of 196.84º 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 #6ABCDC is Cyan = 0.52, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 106 | 188 | 220 | - |
| CMYK | 0.52 | 0.15 | 0 | 0.14 |
| HSL | 196.84º | 0.62% | 0.64% | - |
| HSV(B) | 196.84º | 0.52% | 0.86% | - |
| XYZ | 36.85 | 44.2 | 74.3 | - |
| YUV | 167.13 | 157.83 | 84.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 188 | 220 | 0.52 | 0.15 | 0 | 0.14 | 196.84 | 0.62 | 0.64 |
| Hex | 6A | BC | DC | 34 | F | 0 | E | C5 | 3E | 40 |
| Octal | 152 | 274 | 334 | 64 | 17 | 0 | 16 | 305 | 76 | 100 |
| Binary | 1101010 | 10111100 | 11011100 | 110100 | 1111 | 0 | 1110 | 11000101 | 111110 | 1000000 |
Color Harmonies of #6ABCDC
Complementary color
Monochromatic Colors of #6ABCDC
Black with #6ABCDC
Text Example
Text Example
White with #6ABCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABCDC; }
p { color: rgb(106,188,220); }
H1.HeaderClassName
{
color: #6ABCDC;
}
.AnyTagClassName
{
color: #6ABCDC;
}
</style>
background-color css
<style>
a { background-color: #6ABCDC; }
a { background-color: rgb(106,188,220); }
div.DivClassName
{
background-color: #6ABCDC;
}
.BgClassName
{
background-color: #6ABCDC;
}
</style>
border-color css
<style>
span { border-color: #6ABCDC; }
span { border-color: rgb(106,188,220); }
td.TdClassName
{
border-color: #6ABCDC;
}
.TagClassName
{
border-color: #6ABCDC;
}
</style>