Shades of Malibu #6DBBDD
Tints of Malibu #6DBBDD
RGB
CMYK
RGB Variations
Color information
#6DBBDD (or 0x6DBBDD) is known color: Malibu. HEX triplet: 6D, BB and DD. RGB value is (109,187,221). Sum of RGB (Red+Green+Blue) = 109+187+221=517 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.08% from 517); Green value is 187 (73.44% from 255 or 36.17% from 517); Blue value is 221 (86.72% from 255 or 42.75% from 517); Max value from RGB is 221 - color contains mainly: blue. Hex color #6DBBDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBBDD is #924422. Grayscale: #A7A7A7. Windows color (decimal): -9585699 or 14531437. OLE color: 14531437.
HSL color Cylindrical-coordinate representation of color #6DBBDD: hue angle of 198.21º 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 #6DBBDD is Cyan = 0.51, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 187 | 221 | - |
| CMYK | 0.51 | 0.15 | 0 | 0.13 |
| HSL | 198.21º | 0.62% | 0.65% | - |
| HSV(B) | 198.21º | 0.51% | 0.87% | - |
| XYZ | 37.13 | 44.01 | 74.94 | - |
| YUV | 167.55 | 158.16 | 86.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 187 | 221 | 0.51 | 0.15 | 0 | 0.13 | 198.21 | 0.62 | 0.65 |
| Hex | 6D | BB | DD | 33 | F | 0 | D | C6 | 3E | 41 |
| Octal | 155 | 273 | 335 | 63 | 17 | 0 | 15 | 306 | 76 | 101 |
| Binary | 1101101 | 10111011 | 11011101 | 110011 | 1111 | 0 | 1101 | 11000110 | 111110 | 1000001 |
Color Harmonies of #6DBBDD
Complementary color
Monochromatic Colors of #6DBBDD
Black with #6DBBDD
Text Example
Text Example
White with #6DBBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBBDD; }
p { color: rgb(109,187,221); }
H1.HeaderClassName
{
color: #6DBBDD;
}
.AnyTagClassName
{
color: #6DBBDD;
}
</style>
background-color css
<style>
a { background-color: #6DBBDD; }
a { background-color: rgb(109,187,221); }
div.DivClassName
{
background-color: #6DBBDD;
}
.BgClassName
{
background-color: #6DBBDD;
}
</style>
border-color css
<style>
span { border-color: #6DBBDD; }
span { border-color: rgb(109,187,221); }
td.TdClassName
{
border-color: #6DBBDD;
}
.TagClassName
{
border-color: #6DBBDD;
}
</style>