Shades of Malibu #6DB6DB
Tints of Malibu #6DB6DB
RGB
CMYK
RGB Variations
Color information
#6DB6DB (or 0x6DB6DB) is known color: Malibu. HEX triplet: 6D, B6 and DB. RGB value is (109,182,219). Sum of RGB (Red+Green+Blue) = 109+182+219=510 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.37% from 510); Green value is 182 (71.48% from 255 or 35.69% from 510); Blue value is 219 (85.94% from 255 or 42.94% from 510); Max value from RGB is 219 - color contains mainly: blue. Hex color #6DB6DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DB6DB is #924924. Grayscale: #A4A4A4. Windows color (decimal): -9586981 or 14399085. OLE color: 14399085.
HSL color Cylindrical-coordinate representation of color #6DB6DB: hue angle of 200.18º 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 #6DB6DB is Cyan = 0.50, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 109 | 182 | 219 | - |
| CMYK | 0.50 | 0.17 | 0 | 0.14 |
| HSL | 200.18º | 0.6% | 0.64% | - |
| HSV(B) | 200.18º | 0.5% | 0.86% | - |
| XYZ | 35.82 | 41.82 | 73.2 | - |
| YUV | 164.39 | 158.82 | 88.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 182 | 219 | 0.50 | 0.17 | 0 | 0.14 | 200.18 | 0.6 | 0.64 |
| Hex | 6D | B6 | DB | 32 | 11 | 0 | E | C8 | 3C | 40 |
| Octal | 155 | 266 | 333 | 62 | 21 | 0 | 16 | 310 | 74 | 100 |
| Binary | 1101101 | 10110110 | 11011011 | 110010 | 10001 | 0 | 1110 | 11001000 | 111100 | 1000000 |
Color Harmonies of #6DB6DB
Complementary color
Monochromatic Colors of #6DB6DB
Black with #6DB6DB
Text Example
Text Example
White with #6DB6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB6DB; }
p { color: rgb(109,182,219); }
H1.HeaderClassName
{
color: #6DB6DB;
}
.AnyTagClassName
{
color: #6DB6DB;
}
</style>
background-color css
<style>
a { background-color: #6DB6DB; }
a { background-color: rgb(109,182,219); }
div.DivClassName
{
background-color: #6DB6DB;
}
.BgClassName
{
background-color: #6DB6DB;
}
</style>
border-color css
<style>
span { border-color: #6DB6DB; }
span { border-color: rgb(109,182,219); }
td.TdClassName
{
border-color: #6DB6DB;
}
.TagClassName
{
border-color: #6DB6DB;
}
</style>