Shades of Malibu #6DBBDB
Tints of Malibu #6DBBDB
RGB
CMYK
RGB Variations
Color information
#6DBBDB (or 0x6DBBDB) is known color: Malibu. HEX triplet: 6D, BB and DB. RGB value is (109,187,219). Sum of RGB (Red+Green+Blue) = 109+187+219=515 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.17% from 515); Green value is 187 (73.44% from 255 or 36.31% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 219 - color contains mainly: blue. Hex color #6DBBDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBBDB is #924424. Grayscale: #A7A7A7. Windows color (decimal): -9585701 or 14400365. OLE color: 14400365.
HSL color Cylindrical-coordinate representation of color #6DBBDB: hue angle of 197.45º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6DBBDB is Cyan = 0.50, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 109 | 187 | 219 | - |
| CMYK | 0.50 | 0.15 | 0 | 0.14 |
| HSL | 197.45º | 0.6% | 0.64% | - |
| HSV(B) | 197.45º | 0.5% | 0.86% | - |
| XYZ | 36.86 | 43.91 | 73.55 | - |
| YUV | 167.33 | 157.16 | 86.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 187 | 219 | 0.50 | 0.15 | 0 | 0.14 | 197.45 | 0.6 | 0.64 |
| Hex | 6D | BB | DB | 32 | F | 0 | E | C5 | 3C | 40 |
| Octal | 155 | 273 | 333 | 62 | 17 | 0 | 16 | 305 | 74 | 100 |
| Binary | 1101101 | 10111011 | 11011011 | 110010 | 1111 | 0 | 1110 | 11000101 | 111100 | 1000000 |
Color Harmonies of #6DBBDB
Complementary color
Monochromatic Colors of #6DBBDB
Black with #6DBBDB
Text Example
Text Example
White with #6DBBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBBDB; }
p { color: rgb(109,187,219); }
H1.HeaderClassName
{
color: #6DBBDB;
}
.AnyTagClassName
{
color: #6DBBDB;
}
</style>
background-color css
<style>
a { background-color: #6DBBDB; }
a { background-color: rgb(109,187,219); }
div.DivClassName
{
background-color: #6DBBDB;
}
.BgClassName
{
background-color: #6DBBDB;
}
</style>
border-color css
<style>
span { border-color: #6DBBDB; }
span { border-color: rgb(109,187,219); }
td.TdClassName
{
border-color: #6DBBDB;
}
.TagClassName
{
border-color: #6DBBDB;
}
</style>