Shades of Malibu #6DB5E0
Tints of Malibu #6DB5E0
RGB
CMYK
RGB Variations
Color information
#6DB5E0 (or 0x6DB5E0) is known color: Malibu. HEX triplet: 6D, B5 and E0. RGB value is (109,181,224). Sum of RGB (Red+Green+Blue) = 109+181+224=514 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.21% from 514); Green value is 181 (71.09% from 255 or 35.21% from 514); Blue value is 224 (87.89% from 255 or 43.58% from 514); Max value from RGB is 224 - color contains mainly: blue. Hex color #6DB5E0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DB5E0 is #924A1F. Grayscale: #A4A4A4. Windows color (decimal): -9587232 or 14726509. OLE color: 14726509.
HSL color Cylindrical-coordinate representation of color #6DB5E0: hue angle of 202.43º 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 #6DB5E0 is Cyan = 0.51, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 109 | 181 | 224 | - |
| CMYK | 0.51 | 0.19 | 0 | 0.12 |
| HSL | 202.43º | 0.65% | 0.65% | - |
| HSV(B) | 202.43º | 0.51% | 0.88% | - |
| XYZ | 36.29 | 41.68 | 76.65 | - |
| YUV | 164.37 | 161.65 | 88.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 181 | 224 | 0.51 | 0.19 | 0 | 0.12 | 202.43 | 0.65 | 0.65 |
| Hex | 6D | B5 | E0 | 33 | 13 | 0 | C | CA | 41 | 41 |
| Octal | 155 | 265 | 340 | 63 | 23 | 0 | 14 | 312 | 101 | 101 |
| Binary | 1101101 | 10110101 | 11100000 | 110011 | 10011 | 0 | 1100 | 11001010 | 1000001 | 1000001 |
Color Harmonies of #6DB5E0
Complementary color
Monochromatic Colors of #6DB5E0
Black with #6DB5E0
Text Example
Text Example
White with #6DB5E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB5E0; }
p { color: rgb(109,181,224); }
H1.HeaderClassName
{
color: #6DB5E0;
}
.AnyTagClassName
{
color: #6DB5E0;
}
</style>
background-color css
<style>
a { background-color: #6DB5E0; }
a { background-color: rgb(109,181,224); }
div.DivClassName
{
background-color: #6DB5E0;
}
.BgClassName
{
background-color: #6DB5E0;
}
</style>
border-color css
<style>
span { border-color: #6DB5E0; }
span { border-color: rgb(109,181,224); }
td.TdClassName
{
border-color: #6DB5E0;
}
.TagClassName
{
border-color: #6DB5E0;
}
</style>