Shades of Malibu #6DB2E0
Tints of Malibu #6DB2E0
RGB
CMYK
RGB Variations
Color information
#6DB2E0 (or 0x6DB2E0) is known color: Malibu. HEX triplet: 6D, B2 and E0. RGB value is (109,178,224). Sum of RGB (Red+Green+Blue) = 109+178+224=511 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.33% from 511); Green value is 178 (69.92% from 255 or 34.83% from 511); Blue value is 224 (87.89% from 255 or 43.84% from 511); Max value from RGB is 224 - color contains mainly: blue. Hex color #6DB2E0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DB2E0 is #924D1F. Grayscale: #A2A2A2. Windows color (decimal): -9588000 or 14725741. OLE color: 14725741.
HSL color Cylindrical-coordinate representation of color #6DB2E0: hue angle of 204º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6DB2E0 is Cyan = 0.51, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 109 | 178 | 224 | - |
| CMYK | 0.51 | 0.21 | 0 | 0.12 |
| HSL | 204º | 0.65% | 0.65% | - |
| HSV(B) | 204º | 0.51% | 0.88% | - |
| XYZ | 35.68 | 40.47 | 76.45 | - |
| YUV | 162.61 | 162.64 | 89.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 178 | 224 | 0.51 | 0.21 | 0 | 0.12 | 204 | 0.65 | 0.65 |
| Hex | 6D | B2 | E0 | 33 | 15 | 0 | C | CC | 41 | 41 |
| Octal | 155 | 262 | 340 | 63 | 25 | 0 | 14 | 314 | 101 | 101 |
| Binary | 1101101 | 10110010 | 11100000 | 110011 | 10101 | 0 | 1100 | 11001100 | 1000001 | 1000001 |
Color Harmonies of #6DB2E0
Complementary color
Monochromatic Colors of #6DB2E0
Black with #6DB2E0
Text Example
Text Example
White with #6DB2E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB2E0; }
p { color: rgb(109,178,224); }
H1.HeaderClassName
{
color: #6DB2E0;
}
.AnyTagClassName
{
color: #6DB2E0;
}
</style>
background-color css
<style>
a { background-color: #6DB2E0; }
a { background-color: rgb(109,178,224); }
div.DivClassName
{
background-color: #6DB2E0;
}
.BgClassName
{
background-color: #6DB2E0;
}
</style>
border-color css
<style>
span { border-color: #6DB2E0; }
span { border-color: rgb(109,178,224); }
td.TdClassName
{
border-color: #6DB2E0;
}
.TagClassName
{
border-color: #6DB2E0;
}
</style>