Shades of Malibu #6DBDDD
Tints of Malibu #6DBDDD
RGB
CMYK
RGB Variations
Color information
#6DBDDD (or 0x6DBDDD) is known color: Malibu. HEX triplet: 6D, BD and DD. RGB value is (109,189,221). Sum of RGB (Red+Green+Blue) = 109+189+221=519 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.00% from 519); Green value is 189 (74.22% from 255 or 36.42% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 221 - color contains mainly: blue. Hex color #6DBDDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBDDD is #924222. Grayscale: #A8A8A8. Windows color (decimal): -9585187 or 14531949. OLE color: 14531949.
HSL color Cylindrical-coordinate representation of color #6DBDDD: hue angle of 197.14º 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 #6DBDDD is Cyan = 0.51, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 189 | 221 | - |
| CMYK | 0.51 | 0.14 | 0 | 0.13 |
| HSL | 197.14º | 0.62% | 0.65% | - |
| HSV(B) | 197.14º | 0.51% | 0.87% | - |
| XYZ | 37.56 | 44.87 | 75.09 | - |
| YUV | 168.73 | 157.5 | 85.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 189 | 221 | 0.51 | 0.14 | 0 | 0.13 | 197.14 | 0.62 | 0.65 |
| Hex | 6D | BD | DD | 33 | E | 0 | D | C5 | 3E | 41 |
| Octal | 155 | 275 | 335 | 63 | 16 | 0 | 15 | 305 | 76 | 101 |
| Binary | 1101101 | 10111101 | 11011101 | 110011 | 1110 | 0 | 1101 | 11000101 | 111110 | 1000001 |
Color Harmonies of #6DBDDD
Complementary color
Monochromatic Colors of #6DBDDD
Black with #6DBDDD
Text Example
Text Example
White with #6DBDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBDDD; }
p { color: rgb(109,189,221); }
H1.HeaderClassName
{
color: #6DBDDD;
}
.AnyTagClassName
{
color: #6DBDDD;
}
</style>
background-color css
<style>
a { background-color: #6DBDDD; }
a { background-color: rgb(109,189,221); }
div.DivClassName
{
background-color: #6DBDDD;
}
.BgClassName
{
background-color: #6DBDDD;
}
</style>
border-color css
<style>
span { border-color: #6DBDDD; }
span { border-color: rgb(109,189,221); }
td.TdClassName
{
border-color: #6DBDDD;
}
.TagClassName
{
border-color: #6DBDDD;
}
</style>