Shades of Malibu #6EB1DF
Tints of Malibu #6EB1DF
RGB
CMYK
RGB Variations
Color information
#6EB1DF (or 0x6EB1DF) is known color: Malibu. HEX triplet: 6E, B1 and DF. RGB value is (110,177,223). Sum of RGB (Red+Green+Blue) = 110+177+223=510 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.57% from 510); Green value is 177 (69.53% from 255 or 34.71% from 510); Blue value is 223 (87.5% from 255 or 43.73% from 510); Max value from RGB is 223 - color contains mainly: blue. Hex color #6EB1DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EB1DF is #914E20. Grayscale: #A1A1A1. Windows color (decimal): -9522721 or 14659950. OLE color: 14659950.
HSL color Cylindrical-coordinate representation of color #6EB1DF: hue angle of 204.42º degrees, saturation: 0.64, 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 #6EB1DF is Cyan = 0.51, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 110 | 177 | 223 | - |
| CMYK | 0.51 | 0.21 | 0 | 0.13 |
| HSL | 204.42º | 0.64% | 0.65% | - |
| HSV(B) | 204.42º | 0.51% | 0.87% | - |
| XYZ | 35.47 | 40.09 | 75.68 | - |
| YUV | 162.21 | 162.3 | 90.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 177 | 223 | 0.51 | 0.21 | 0 | 0.13 | 204.42 | 0.64 | 0.65 |
| Hex | 6E | B1 | DF | 33 | 15 | 0 | D | CC | 40 | 41 |
| Octal | 156 | 261 | 337 | 63 | 25 | 0 | 15 | 314 | 100 | 101 |
| Binary | 1101110 | 10110001 | 11011111 | 110011 | 10101 | 0 | 1101 | 11001100 | 1000000 | 1000001 |
Color Harmonies of #6EB1DF
Complementary color
Monochromatic Colors of #6EB1DF
Black with #6EB1DF
Text Example
Text Example
White with #6EB1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EB1DF; }
p { color: rgb(110,177,223); }
H1.HeaderClassName
{
color: #6EB1DF;
}
.AnyTagClassName
{
color: #6EB1DF;
}
</style>
background-color css
<style>
a { background-color: #6EB1DF; }
a { background-color: rgb(110,177,223); }
div.DivClassName
{
background-color: #6EB1DF;
}
.BgClassName
{
background-color: #6EB1DF;
}
</style>
border-color css
<style>
span { border-color: #6EB1DF; }
span { border-color: rgb(110,177,223); }
td.TdClassName
{
border-color: #6EB1DF;
}
.TagClassName
{
border-color: #6EB1DF;
}
</style>