Shades of Malibu #6DBADD
Tints of Malibu #6DBADD
RGB
CMYK
RGB Variations
Color information
#6DBADD (or 0x6DBADD) is known color: Malibu. HEX triplet: 6D, BA and DD. RGB value is (109,186,221). Sum of RGB (Red+Green+Blue) = 109+186+221=516 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.12% from 516); Green value is 186 (73.05% from 255 or 36.05% 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 #6DBADD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBADD is #924522. Grayscale: #A6A6A6. Windows color (decimal): -9585955 or 14531181. OLE color: 14531181.
HSL color Cylindrical-coordinate representation of color #6DBADD: hue angle of 198.75º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6DBADD is Cyan = 0.51, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 186 | 221 | - |
| CMYK | 0.51 | 0.16 | 0 | 0.13 |
| HSL | 198.75º | 0.62% | 0.65% | - |
| HSV(B) | 198.75º | 0.51% | 0.87% | - |
| XYZ | 36.92 | 43.59 | 74.87 | - |
| YUV | 166.97 | 158.49 | 86.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 186 | 221 | 0.51 | 0.16 | 0 | 0.13 | 198.75 | 0.62 | 0.65 |
| Hex | 6D | BA | DD | 33 | 10 | 0 | D | C7 | 3E | 41 |
| Octal | 155 | 272 | 335 | 63 | 20 | 0 | 15 | 307 | 76 | 101 |
| Binary | 1101101 | 10111010 | 11011101 | 110011 | 10000 | 0 | 1101 | 11000111 | 111110 | 1000001 |
Color Harmonies of #6DBADD
Complementary color
Monochromatic Colors of #6DBADD
Black with #6DBADD
Text Example
Text Example
White with #6DBADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBADD; }
p { color: rgb(109,186,221); }
H1.HeaderClassName
{
color: #6DBADD;
}
.AnyTagClassName
{
color: #6DBADD;
}
</style>
background-color css
<style>
a { background-color: #6DBADD; }
a { background-color: rgb(109,186,221); }
div.DivClassName
{
background-color: #6DBADD;
}
.BgClassName
{
background-color: #6DBADD;
}
</style>
border-color css
<style>
span { border-color: #6DBADD; }
span { border-color: rgb(109,186,221); }
td.TdClassName
{
border-color: #6DBADD;
}
.TagClassName
{
border-color: #6DBADD;
}
</style>