Shades of Malibu #6DBEDE
Tints of Malibu #6DBEDE
RGB
CMYK
RGB Variations
Color information
#6DBEDE (or 0x6DBEDE) is known color: Malibu. HEX triplet: 6D, BE and DE. RGB value is (109,190,222). Sum of RGB (Red+Green+Blue) = 109+190+222=521 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.92% from 521); Green value is 190 (74.61% from 255 or 36.47% from 521); Blue value is 222 (87.11% from 255 or 42.61% from 521); Max value from RGB is 222 - color contains mainly: blue. Hex color #6DBEDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBEDE is #924121. Grayscale: #A9A9A9. Windows color (decimal): -9584930 or 14597741. OLE color: 14597741.
HSL color Cylindrical-coordinate representation of color #6DBEDE: hue angle of 196.99º degrees, saturation: 0.63, 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 #6DBEDE is Cyan = 0.51, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 190 | 222 | - |
| CMYK | 0.51 | 0.14 | 0 | 0.13 |
| HSL | 196.99º | 0.63% | 0.65% | - |
| HSV(B) | 196.99º | 0.51% | 0.87% | - |
| XYZ | 37.9 | 45.35 | 75.86 | - |
| YUV | 169.43 | 157.66 | 84.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 190 | 222 | 0.51 | 0.14 | 0 | 0.13 | 196.99 | 0.63 | 0.65 |
| Hex | 6D | BE | DE | 33 | E | 0 | D | C5 | 3F | 41 |
| Octal | 155 | 276 | 336 | 63 | 16 | 0 | 15 | 305 | 77 | 101 |
| Binary | 1101101 | 10111110 | 11011110 | 110011 | 1110 | 0 | 1101 | 11000101 | 111111 | 1000001 |
Color Harmonies of #6DBEDE
Complementary color
Monochromatic Colors of #6DBEDE
Black with #6DBEDE
Text Example
Text Example
White with #6DBEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBEDE; }
p { color: rgb(109,190,222); }
H1.HeaderClassName
{
color: #6DBEDE;
}
.AnyTagClassName
{
color: #6DBEDE;
}
</style>
background-color css
<style>
a { background-color: #6DBEDE; }
a { background-color: rgb(109,190,222); }
div.DivClassName
{
background-color: #6DBEDE;
}
.BgClassName
{
background-color: #6DBEDE;
}
</style>
border-color css
<style>
span { border-color: #6DBEDE; }
span { border-color: rgb(109,190,222); }
td.TdClassName
{
border-color: #6DBEDE;
}
.TagClassName
{
border-color: #6DBEDE;
}
</style>