Shades of Malibu #6DBBEA
Tints of Malibu #6DBBEA
RGB
CMYK
RGB Variations
Color information
#6DBBEA (or 0x6DBBEA) is known color: Malibu. HEX triplet: 6D, BB and EA. RGB value is (109,187,234). Sum of RGB (Red+Green+Blue) = 109+187+234=530 (70% of max value = 765). Red value is 109 (42.97% from 255 or 20.57% from 530); Green value is 187 (73.44% from 255 or 35.28% from 530); Blue value is 234 (91.80% from 255 or 44.15% from 530); Max value from RGB is 234 - color contains mainly: blue. Hex color #6DBBEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DBBEA is #924415. Grayscale: #A8A8A8. Windows color (decimal): -9585686 or 15383405. OLE color: 15383405.
HSL color Cylindrical-coordinate representation of color #6DBBEA: hue angle of 202.56º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6DBBEA is Cyan = 0.53, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 109 | 187 | 234 | - |
| CMYK | 0.53 | 0.20 | 0 | 0.08 |
| HSL | 202.56º | 0.75% | 0.67% | - |
| HSV(B) | 202.56º | 0.53% | 0.92% | - |
| XYZ | 38.93 | 44.73 | 84.42 | - |
| YUV | 169.04 | 164.66 | 85.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 187 | 234 | 0.53 | 0.20 | 0 | 0.08 | 202.56 | 0.75 | 0.67 |
| Hex | 6D | BB | EA | 35 | 14 | 0 | 8 | CB | 4B | 43 |
| Octal | 155 | 273 | 352 | 65 | 24 | 0 | 10 | 313 | 113 | 103 |
| Binary | 1101101 | 10111011 | 11101010 | 110101 | 10100 | 0 | 1000 | 11001011 | 1001011 | 1000011 |
Color Harmonies of #6DBBEA
Complementary color
Monochromatic Colors of #6DBBEA
Black with #6DBBEA
Text Example
Text Example
White with #6DBBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBBEA; }
p { color: rgb(109,187,234); }
H1.HeaderClassName
{
color: #6DBBEA;
}
.AnyTagClassName
{
color: #6DBBEA;
}
</style>
background-color css
<style>
a { background-color: #6DBBEA; }
a { background-color: rgb(109,187,234); }
div.DivClassName
{
background-color: #6DBBEA;
}
.BgClassName
{
background-color: #6DBBEA;
}
</style>
border-color css
<style>
span { border-color: #6DBBEA; }
span { border-color: rgb(109,187,234); }
td.TdClassName
{
border-color: #6DBBEA;
}
.TagClassName
{
border-color: #6DBBEA;
}
</style>