Shades of Malibu #6EB8DB
Tints of Malibu #6EB8DB
RGB
CMYK
RGB Variations
Color information
#6EB8DB (or 0x6EB8DB) is known color: Malibu. HEX triplet: 6E, B8 and DB. RGB value is (110,184,219). Sum of RGB (Red+Green+Blue) = 110+184+219=513 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.44% from 513); Green value is 184 (72.27% from 255 or 35.87% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 219 - color contains mainly: blue. Hex color #6EB8DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EB8DB is #914724. Grayscale: #A5A5A5. Windows color (decimal): -9520933 or 14399598. OLE color: 14399598.
HSL color Cylindrical-coordinate representation of color #6EB8DB: hue angle of 199.27º 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 #6EB8DB is Cyan = 0.50, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 110 | 184 | 219 | - |
| CMYK | 0.50 | 0.16 | 0 | 0.14 |
| HSL | 199.27º | 0.6% | 0.65% | - |
| HSV(B) | 199.27º | 0.5% | 0.86% | - |
| XYZ | 36.36 | 42.71 | 73.35 | - |
| YUV | 165.86 | 157.98 | 88.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 184 | 219 | 0.50 | 0.16 | 0 | 0.14 | 199.27 | 0.6 | 0.65 |
| Hex | 6E | B8 | DB | 32 | 10 | 0 | E | C7 | 3C | 41 |
| Octal | 156 | 270 | 333 | 62 | 20 | 0 | 16 | 307 | 74 | 101 |
| Binary | 1101110 | 10111000 | 11011011 | 110010 | 10000 | 0 | 1110 | 11000111 | 111100 | 1000001 |
Color Harmonies of #6EB8DB
Complementary color
Monochromatic Colors of #6EB8DB
Black with #6EB8DB
Text Example
Text Example
White with #6EB8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EB8DB; }
p { color: rgb(110,184,219); }
H1.HeaderClassName
{
color: #6EB8DB;
}
.AnyTagClassName
{
color: #6EB8DB;
}
</style>
background-color css
<style>
a { background-color: #6EB8DB; }
a { background-color: rgb(110,184,219); }
div.DivClassName
{
background-color: #6EB8DB;
}
.BgClassName
{
background-color: #6EB8DB;
}
</style>
border-color css
<style>
span { border-color: #6EB8DB; }
span { border-color: rgb(110,184,219); }
td.TdClassName
{
border-color: #6EB8DB;
}
.TagClassName
{
border-color: #6EB8DB;
}
</style>