Shades of Malibu #6DB5DB
Tints of Malibu #6DB5DB
RGB
CMYK
RGB Variations
Color information
#6DB5DB (or 0x6DB5DB) is known color: Malibu. HEX triplet: 6D, B5 and DB. RGB value is (109,181,219). Sum of RGB (Red+Green+Blue) = 109+181+219=509 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.41% from 509); Green value is 181 (71.09% from 255 or 35.56% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 219 - color contains mainly: blue. Hex color #6DB5DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DB5DB is #924A24. Grayscale: #A3A3A3. Windows color (decimal): -9587237 or 14398829. OLE color: 14398829.
HSL color Cylindrical-coordinate representation of color #6DB5DB: hue angle of 200.73º 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 #6DB5DB is Cyan = 0.50, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 109 | 181 | 219 | - |
| CMYK | 0.50 | 0.17 | 0 | 0.14 |
| HSL | 200.73º | 0.6% | 0.64% | - |
| HSV(B) | 200.73º | 0.5% | 0.86% | - |
| XYZ | 35.62 | 41.41 | 73.13 | - |
| YUV | 163.8 | 159.15 | 88.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 181 | 219 | 0.50 | 0.17 | 0 | 0.14 | 200.73 | 0.6 | 0.64 |
| Hex | 6D | B5 | DB | 32 | 11 | 0 | E | C9 | 3C | 40 |
| Octal | 155 | 265 | 333 | 62 | 21 | 0 | 16 | 311 | 74 | 100 |
| Binary | 1101101 | 10110101 | 11011011 | 110010 | 10001 | 0 | 1110 | 11001001 | 111100 | 1000000 |
Color Harmonies of #6DB5DB
Complementary color
Monochromatic Colors of #6DB5DB
Black with #6DB5DB
Text Example
Text Example
White with #6DB5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB5DB; }
p { color: rgb(109,181,219); }
H1.HeaderClassName
{
color: #6DB5DB;
}
.AnyTagClassName
{
color: #6DB5DB;
}
</style>
background-color css
<style>
a { background-color: #6DB5DB; }
a { background-color: rgb(109,181,219); }
div.DivClassName
{
background-color: #6DB5DB;
}
.BgClassName
{
background-color: #6DB5DB;
}
</style>
border-color css
<style>
span { border-color: #6DB5DB; }
span { border-color: rgb(109,181,219); }
td.TdClassName
{
border-color: #6DB5DB;
}
.TagClassName
{
border-color: #6DB5DB;
}
</style>