Shades of Malibu #6DB4EB
Tints of Malibu #6DB4EB
RGB
CMYK
RGB Variations
Color information
#6DB4EB (or 0x6DB4EB) is known color: Malibu. HEX triplet: 6D, B4 and EB. RGB value is (109,180,235). Sum of RGB (Red+Green+Blue) = 109+180+235=524 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.80% from 524); Green value is 180 (70.70% from 255 or 34.35% from 524); Blue value is 235 (92.19% from 255 or 44.85% from 524); Max value from RGB is 235 - color contains mainly: blue. Hex color #6DB4EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DB4EB is #924B14. Grayscale: #A4A4A4. Windows color (decimal): -9587477 or 15447149. OLE color: 15447149.
HSL color Cylindrical-coordinate representation of color #6DB4EB: hue angle of 206.19º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6DB4EB is Cyan = 0.54, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 109 | 180 | 235 | - |
| CMYK | 0.54 | 0.23 | 0 | 0.08 |
| HSL | 206.19º | 0.76% | 0.67% | - |
| HSV(B) | 206.19º | 0.54% | 0.92% | - |
| XYZ | 37.62 | 41.89 | 84.7 | - |
| YUV | 165.04 | 167.48 | 88.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 180 | 235 | 0.54 | 0.23 | 0 | 0.08 | 206.19 | 0.76 | 0.67 |
| Hex | 6D | B4 | EB | 36 | 17 | 0 | 8 | CE | 4C | 43 |
| Octal | 155 | 264 | 353 | 66 | 27 | 0 | 10 | 316 | 114 | 103 |
| Binary | 1101101 | 10110100 | 11101011 | 110110 | 10111 | 0 | 1000 | 11001110 | 1001100 | 1000011 |
Color Harmonies of #6DB4EB
Complementary color
Monochromatic Colors of #6DB4EB
Black with #6DB4EB
Text Example
Text Example
White with #6DB4EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB4EB; }
p { color: rgb(109,180,235); }
H1.HeaderClassName
{
color: #6DB4EB;
}
.AnyTagClassName
{
color: #6DB4EB;
}
</style>
background-color css
<style>
a { background-color: #6DB4EB; }
a { background-color: rgb(109,180,235); }
div.DivClassName
{
background-color: #6DB4EB;
}
.BgClassName
{
background-color: #6DB4EB;
}
</style>
border-color css
<style>
span { border-color: #6DB4EB; }
span { border-color: rgb(109,180,235); }
td.TdClassName
{
border-color: #6DB4EB;
}
.TagClassName
{
border-color: #6DB4EB;
}
</style>