Shades of Malibu #6DAEDB
Tints of Malibu #6DAEDB
RGB
CMYK
RGB Variations
Color information
#6DAEDB (or 0x6DAEDB) is known color: Malibu. HEX triplet: 6D, AE and DB. RGB value is (109,174,219). Sum of RGB (Red+Green+Blue) = 109+174+219=502 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.71% from 502); Green value is 174 (68.36% from 255 or 34.66% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 219 - color contains mainly: blue. Hex color #6DAEDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DAEDB is #925124. Grayscale: #9F9F9F. Windows color (decimal): -9589029 or 14397037. OLE color: 14397037.
HSL color Cylindrical-coordinate representation of color #6DAEDB: hue angle of 204.55º 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 #6DAEDB is Cyan = 0.50, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 109 | 174 | 219 | - |
| CMYK | 0.50 | 0.21 | 0 | 0.14 |
| HSL | 204.55º | 0.6% | 0.64% | - |
| HSV(B) | 204.55º | 0.5% | 0.86% | - |
| XYZ | 34.23 | 38.64 | 72.67 | - |
| YUV | 159.7 | 161.47 | 91.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 174 | 219 | 0.50 | 0.21 | 0 | 0.14 | 204.55 | 0.6 | 0.64 |
| Hex | 6D | AE | DB | 32 | 15 | 0 | E | CD | 3C | 40 |
| Octal | 155 | 256 | 333 | 62 | 25 | 0 | 16 | 315 | 74 | 100 |
| Binary | 1101101 | 10101110 | 11011011 | 110010 | 10101 | 0 | 1110 | 11001101 | 111100 | 1000000 |
Color Harmonies of #6DAEDB
Complementary color
Monochromatic Colors of #6DAEDB
Black with #6DAEDB
Text Example
Text Example
White with #6DAEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAEDB; }
p { color: rgb(109,174,219); }
H1.HeaderClassName
{
color: #6DAEDB;
}
.AnyTagClassName
{
color: #6DAEDB;
}
</style>
background-color css
<style>
a { background-color: #6DAEDB; }
a { background-color: rgb(109,174,219); }
div.DivClassName
{
background-color: #6DAEDB;
}
.BgClassName
{
background-color: #6DAEDB;
}
</style>
border-color css
<style>
span { border-color: #6DAEDB; }
span { border-color: rgb(109,174,219); }
td.TdClassName
{
border-color: #6DAEDB;
}
.TagClassName
{
border-color: #6DAEDB;
}
</style>