Shades of Malibu #6ABDDC
Tints of Malibu #6ABDDC
RGB
CMYK
RGB Variations
Color information
#6ABDDC (or 0x6ABDDC) is known color: Malibu. HEX triplet: 6A, BD and DC. RGB value is (106,189,220). Sum of RGB (Red+Green+Blue) = 106+189+220=515 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.58% from 515); Green value is 189 (74.22% from 255 or 36.70% from 515); Blue value is 220 (86.33% from 255 or 42.72% from 515); Max value from RGB is 220 - color contains mainly: blue. Hex color #6ABDDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ABDDC is #954223. Grayscale: #A7A7A7. Windows color (decimal): -9781796 or 14466410. OLE color: 14466410.
HSL color Cylindrical-coordinate representation of color #6ABDDC: hue angle of 196.32º 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 #6ABDDC is Cyan = 0.52, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 106 | 189 | 220 | - |
| CMYK | 0.52 | 0.14 | 0 | 0.14 |
| HSL | 196.32º | 0.62% | 0.64% | - |
| HSV(B) | 196.32º | 0.52% | 0.86% | - |
| XYZ | 37.06 | 44.63 | 74.37 | - |
| YUV | 167.72 | 157.5 | 83.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 189 | 220 | 0.52 | 0.14 | 0 | 0.14 | 196.32 | 0.62 | 0.64 |
| Hex | 6A | BD | DC | 34 | E | 0 | E | C4 | 3E | 40 |
| Octal | 152 | 275 | 334 | 64 | 16 | 0 | 16 | 304 | 76 | 100 |
| Binary | 1101010 | 10111101 | 11011100 | 110100 | 1110 | 0 | 1110 | 11000100 | 111110 | 1000000 |
Color Harmonies of #6ABDDC
Complementary color
Monochromatic Colors of #6ABDDC
Black with #6ABDDC
Text Example
Text Example
White with #6ABDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABDDC; }
p { color: rgb(106,189,220); }
H1.HeaderClassName
{
color: #6ABDDC;
}
.AnyTagClassName
{
color: #6ABDDC;
}
</style>
background-color css
<style>
a { background-color: #6ABDDC; }
a { background-color: rgb(106,189,220); }
div.DivClassName
{
background-color: #6ABDDC;
}
.BgClassName
{
background-color: #6ABDDC;
}
</style>
border-color css
<style>
span { border-color: #6ABDDC; }
span { border-color: rgb(106,189,220); }
td.TdClassName
{
border-color: #6ABDDC;
}
.TagClassName
{
border-color: #6ABDDC;
}
</style>