Shades of Malibu #6EC3EB
Tints of Malibu #6EC3EB
RGB
CMYK
RGB Variations
Color information
#6EC3EB (or 0x6EC3EB) is known color: Malibu. HEX triplet: 6E, C3 and EB. RGB value is (110,195,235). Sum of RGB (Red+Green+Blue) = 110+195+235=540 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.37% from 540); Green value is 195 (76.56% from 255 or 36.11% from 540); Blue value is 235 (92.19% from 255 or 43.52% from 540); Max value from RGB is 235 - color contains mainly: blue. Hex color #6EC3EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EC3EB is #913C14. Grayscale: #ADADAD. Windows color (decimal): -9518101 or 15450990. OLE color: 15450990.
HSL color Cylindrical-coordinate representation of color #6EC3EB: hue angle of 199.2º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6EC3EB is Cyan = 0.53, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 110 | 195 | 235 | - |
| CMYK | 0.53 | 0.17 | 0 | 0.08 |
| HSL | 199.2º | 0.76% | 0.68% | - |
| HSV(B) | 199.2º | 0.53% | 0.92% | - |
| XYZ | 40.94 | 48.34 | 85.77 | - |
| YUV | 174.15 | 162.34 | 82.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 195 | 235 | 0.53 | 0.17 | 0 | 0.08 | 199.2 | 0.76 | 0.68 |
| Hex | 6E | C3 | EB | 35 | 11 | 0 | 8 | C7 | 4C | 44 |
| Octal | 156 | 303 | 353 | 65 | 21 | 0 | 10 | 307 | 114 | 104 |
| Binary | 1101110 | 11000011 | 11101011 | 110101 | 10001 | 0 | 1000 | 11000111 | 1001100 | 1000100 |
Color Harmonies of #6EC3EB
Complementary color
Monochromatic Colors of #6EC3EB
Black with #6EC3EB
Text Example
Text Example
White with #6EC3EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC3EB; }
p { color: rgb(110,195,235); }
H1.HeaderClassName
{
color: #6EC3EB;
}
.AnyTagClassName
{
color: #6EC3EB;
}
</style>
background-color css
<style>
a { background-color: #6EC3EB; }
a { background-color: rgb(110,195,235); }
div.DivClassName
{
background-color: #6EC3EB;
}
.BgClassName
{
background-color: #6EC3EB;
}
</style>
border-color css
<style>
span { border-color: #6EC3EB; }
span { border-color: rgb(110,195,235); }
td.TdClassName
{
border-color: #6EC3EB;
}
.TagClassName
{
border-color: #6EC3EB;
}
</style>