Shades of Malibu #6EBCDF
Tints of Malibu #6EBCDF
RGB
CMYK
RGB Variations
Color information
#6EBCDF (or 0x6EBCDF) is known color: Malibu. HEX triplet: 6E, BC and DF. RGB value is (110,188,223). Sum of RGB (Red+Green+Blue) = 110+188+223=521 (69% of max value = 765). Red value is 110 (43.36% from 255 or 21.11% from 521); Green value is 188 (73.83% from 255 or 36.08% from 521); Blue value is 223 (87.5% from 255 or 42.80% from 521); Max value from RGB is 223 - color contains mainly: blue. Hex color #6EBCDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EBCDF is #914320. Grayscale: #A8A8A8. Windows color (decimal): -9519905 or 14662766. OLE color: 14662766.
HSL color Cylindrical-coordinate representation of color #6EBCDF: hue angle of 198.58º 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 #6EBCDF is Cyan = 0.51, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 110 | 188 | 223 | - |
| CMYK | 0.51 | 0.16 | 0 | 0.13 |
| HSL | 198.58º | 0.64% | 0.65% | - |
| HSV(B) | 198.58º | 0.51% | 0.87% | - |
| XYZ | 37.73 | 44.61 | 76.43 | - |
| YUV | 168.67 | 158.66 | 86.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 188 | 223 | 0.51 | 0.16 | 0 | 0.13 | 198.58 | 0.64 | 0.65 |
| Hex | 6E | BC | DF | 33 | 10 | 0 | D | C7 | 40 | 41 |
| Octal | 156 | 274 | 337 | 63 | 20 | 0 | 15 | 307 | 100 | 101 |
| Binary | 1101110 | 10111100 | 11011111 | 110011 | 10000 | 0 | 1101 | 11000111 | 1000000 | 1000001 |
Color Harmonies of #6EBCDF
Complementary color
Monochromatic Colors of #6EBCDF
Black with #6EBCDF
Text Example
Text Example
White with #6EBCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EBCDF; }
p { color: rgb(110,188,223); }
H1.HeaderClassName
{
color: #6EBCDF;
}
.AnyTagClassName
{
color: #6EBCDF;
}
</style>
background-color css
<style>
a { background-color: #6EBCDF; }
a { background-color: rgb(110,188,223); }
div.DivClassName
{
background-color: #6EBCDF;
}
.BgClassName
{
background-color: #6EBCDF;
}
</style>
border-color css
<style>
span { border-color: #6EBCDF; }
span { border-color: rgb(110,188,223); }
td.TdClassName
{
border-color: #6EBCDF;
}
.TagClassName
{
border-color: #6EBCDF;
}
</style>