Shades of Malibu #6DBEDB
Tints of Malibu #6DBEDB
RGB
CMYK
RGB Variations
Color information
#6DBEDB (or 0x6DBEDB) is known color: Malibu. HEX triplet: 6D, BE and DB. RGB value is (109,190,219). Sum of RGB (Red+Green+Blue) = 109+190+219=518 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.04% from 518); Green value is 190 (74.61% from 255 or 36.68% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 219 - color contains mainly: blue. Hex color #6DBEDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBEDB is #924124. Grayscale: #A8A8A8. Windows color (decimal): -9584933 or 14401133. OLE color: 14401133.
HSL color Cylindrical-coordinate representation of color #6DBEDB: hue angle of 195.82º 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 #6DBEDB is Cyan = 0.50, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 109 | 190 | 219 | - |
| CMYK | 0.50 | 0.13 | 0 | 0.14 |
| HSL | 195.82º | 0.6% | 0.64% | - |
| HSV(B) | 195.82º | 0.5% | 0.86% | - |
| XYZ | 37.51 | 45.19 | 73.76 | - |
| YUV | 169.09 | 156.16 | 85.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 190 | 219 | 0.50 | 0.13 | 0 | 0.14 | 195.82 | 0.6 | 0.64 |
| Hex | 6D | BE | DB | 32 | D | 0 | E | C4 | 3C | 40 |
| Octal | 155 | 276 | 333 | 62 | 15 | 0 | 16 | 304 | 74 | 100 |
| Binary | 1101101 | 10111110 | 11011011 | 110010 | 1101 | 0 | 1110 | 11000100 | 111100 | 1000000 |
Color Harmonies of #6DBEDB
Complementary color
Monochromatic Colors of #6DBEDB
Black with #6DBEDB
Text Example
Text Example
White with #6DBEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBEDB; }
p { color: rgb(109,190,219); }
H1.HeaderClassName
{
color: #6DBEDB;
}
.AnyTagClassName
{
color: #6DBEDB;
}
</style>
background-color css
<style>
a { background-color: #6DBEDB; }
a { background-color: rgb(109,190,219); }
div.DivClassName
{
background-color: #6DBEDB;
}
.BgClassName
{
background-color: #6DBEDB;
}
</style>
border-color css
<style>
span { border-color: #6DBEDB; }
span { border-color: rgb(109,190,219); }
td.TdClassName
{
border-color: #6DBEDB;
}
.TagClassName
{
border-color: #6DBEDB;
}
</style>