Shades of Malibu #6EB0DC
Tints of Malibu #6EB0DC
RGB
CMYK
RGB Variations
Color information
#6EB0DC (or 0x6EB0DC) is known color: Malibu. HEX triplet: 6E, B0 and DC. RGB value is (110,176,220). Sum of RGB (Red+Green+Blue) = 110+176+220=506 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.74% from 506); Green value is 176 (69.14% from 255 or 34.78% from 506); Blue value is 220 (86.33% from 255 or 43.48% from 506); Max value from RGB is 220 - color contains mainly: blue. Hex color #6EB0DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EB0DC is #914F23. Grayscale: #A1A1A1. Windows color (decimal): -9522980 or 14463086. OLE color: 14463086.
HSL color Cylindrical-coordinate representation of color #6EB0DC: hue angle of 204º degrees, saturation: 0.61, 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 #6EB0DC is Cyan = 0.50, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 110 | 176 | 220 | - |
| CMYK | 0.50 | 0.2 | 0 | 0.14 |
| HSL | 204º | 0.61% | 0.65% | - |
| HSV(B) | 204º | 0.5% | 0.86% | - |
| XYZ | 34.87 | 39.53 | 73.5 | - |
| YUV | 161.28 | 161.13 | 91.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 176 | 220 | 0.50 | 0.2 | 0 | 0.14 | 204 | 0.61 | 0.65 |
| Hex | 6E | B0 | DC | 32 | 14 | 0 | E | CC | 3D | 41 |
| Octal | 156 | 260 | 334 | 62 | 24 | 0 | 16 | 314 | 75 | 101 |
| Binary | 1101110 | 10110000 | 11011100 | 110010 | 10100 | 0 | 1110 | 11001100 | 111101 | 1000001 |
Color Harmonies of #6EB0DC
Complementary color
Monochromatic Colors of #6EB0DC
Black with #6EB0DC
Text Example
Text Example
White with #6EB0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EB0DC; }
p { color: rgb(110,176,220); }
H1.HeaderClassName
{
color: #6EB0DC;
}
.AnyTagClassName
{
color: #6EB0DC;
}
</style>
background-color css
<style>
a { background-color: #6EB0DC; }
a { background-color: rgb(110,176,220); }
div.DivClassName
{
background-color: #6EB0DC;
}
.BgClassName
{
background-color: #6EB0DC;
}
</style>
border-color css
<style>
span { border-color: #6EB0DC; }
span { border-color: rgb(110,176,220); }
td.TdClassName
{
border-color: #6EB0DC;
}
.TagClassName
{
border-color: #6EB0DC;
}
</style>