Shades of Malibu #6EB2DF
Tints of Malibu #6EB2DF
RGB
CMYK
RGB Variations
Color information
#6EB2DF (or 0x6EB2DF) is known color: Malibu. HEX triplet: 6E, B2 and DF. RGB value is (110,178,223). Sum of RGB (Red+Green+Blue) = 110+178+223=511 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.53% from 511); Green value is 178 (69.92% from 255 or 34.83% from 511); Blue value is 223 (87.5% from 255 or 43.64% from 511); Max value from RGB is 223 - color contains mainly: blue. Hex color #6EB2DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EB2DF is #914D20. Grayscale: #A2A2A2. Windows color (decimal): -9522465 or 14660206. OLE color: 14660206.
HSL color Cylindrical-coordinate representation of color #6EB2DF: hue angle of 203.89º 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 #6EB2DF is Cyan = 0.51, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 110 | 178 | 223 | - |
| CMYK | 0.51 | 0.20 | 0 | 0.13 |
| HSL | 203.89º | 0.64% | 0.65% | - |
| HSV(B) | 203.89º | 0.51% | 0.87% | - |
| XYZ | 35.67 | 40.48 | 75.75 | - |
| YUV | 162.8 | 161.97 | 90.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 178 | 223 | 0.51 | 0.20 | 0 | 0.13 | 203.89 | 0.64 | 0.65 |
| Hex | 6E | B2 | DF | 33 | 14 | 0 | D | CC | 40 | 41 |
| Octal | 156 | 262 | 337 | 63 | 24 | 0 | 15 | 314 | 100 | 101 |
| Binary | 1101110 | 10110010 | 11011111 | 110011 | 10100 | 0 | 1101 | 11001100 | 1000000 | 1000001 |
Color Harmonies of #6EB2DF
Complementary color
Monochromatic Colors of #6EB2DF
Black with #6EB2DF
Text Example
Text Example
White with #6EB2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EB2DF; }
p { color: rgb(110,178,223); }
H1.HeaderClassName
{
color: #6EB2DF;
}
.AnyTagClassName
{
color: #6EB2DF;
}
</style>
background-color css
<style>
a { background-color: #6EB2DF; }
a { background-color: rgb(110,178,223); }
div.DivClassName
{
background-color: #6EB2DF;
}
.BgClassName
{
background-color: #6EB2DF;
}
</style>
border-color css
<style>
span { border-color: #6EB2DF; }
span { border-color: rgb(110,178,223); }
td.TdClassName
{
border-color: #6EB2DF;
}
.TagClassName
{
border-color: #6EB2DF;
}
</style>