Shades of Malibu #6EBFDB
Tints of Malibu #6EBFDB
RGB
CMYK
RGB Variations
Color information
#6EBFDB (or 0x6EBFDB) is known color: Malibu. HEX triplet: 6E, BF and DB. RGB value is (110,191,219). Sum of RGB (Red+Green+Blue) = 110+191+219=520 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.15% from 520); Green value is 191 (75% from 255 or 36.73% from 520); Blue value is 219 (85.94% from 255 or 42.12% from 520); Max value from RGB is 219 - color contains mainly: blue. Hex color #6EBFDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EBFDB is #914024. Grayscale: #A9A9A9. Windows color (decimal): -9519141 or 14401390. OLE color: 14401390.
HSL color Cylindrical-coordinate representation of color #6EBFDB: hue angle of 195.41º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EBFDB is Cyan = 0.50, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 110 | 191 | 219 | - |
| CMYK | 0.50 | 0.13 | 0 | 0.14 |
| HSL | 195.41º | 0.6% | 0.65% | - |
| HSV(B) | 195.41º | 0.5% | 0.86% | - |
| XYZ | 37.85 | 45.69 | 73.84 | - |
| YUV | 169.97 | 155.66 | 85.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 191 | 219 | 0.50 | 0.13 | 0 | 0.14 | 195.41 | 0.6 | 0.65 |
| Hex | 6E | BF | DB | 32 | D | 0 | E | C3 | 3C | 41 |
| Octal | 156 | 277 | 333 | 62 | 15 | 0 | 16 | 303 | 74 | 101 |
| Binary | 1101110 | 10111111 | 11011011 | 110010 | 1101 | 0 | 1110 | 11000011 | 111100 | 1000001 |
Color Harmonies of #6EBFDB
Complementary color
Monochromatic Colors of #6EBFDB
Black with #6EBFDB
Text Example
Text Example
White with #6EBFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EBFDB; }
p { color: rgb(110,191,219); }
H1.HeaderClassName
{
color: #6EBFDB;
}
.AnyTagClassName
{
color: #6EBFDB;
}
</style>
background-color css
<style>
a { background-color: #6EBFDB; }
a { background-color: rgb(110,191,219); }
div.DivClassName
{
background-color: #6EBFDB;
}
.BgClassName
{
background-color: #6EBFDB;
}
</style>
border-color css
<style>
span { border-color: #6EBFDB; }
span { border-color: rgb(110,191,219); }
td.TdClassName
{
border-color: #6EBFDB;
}
.TagClassName
{
border-color: #6EBFDB;
}
</style>