Shades of Malibu #6DB4EA
Tints of Malibu #6DB4EA
RGB
CMYK
RGB Variations
Color information
#6DB4EA (or 0x6DB4EA) is known color: Malibu. HEX triplet: 6D, B4 and EA. RGB value is (109,180,234). Sum of RGB (Red+Green+Blue) = 109+180+234=523 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.84% from 523); Green value is 180 (70.70% from 255 or 34.42% from 523); Blue value is 234 (91.80% from 255 or 44.74% from 523); Max value from RGB is 234 - color contains mainly: blue. Hex color #6DB4EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DB4EA is #924B15. Grayscale: #A4A4A4. Windows color (decimal): -9587478 or 15381613. OLE color: 15381613.
HSL color Cylindrical-coordinate representation of color #6DB4EA: hue angle of 205.92º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6DB4EA is Cyan = 0.53, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 109 | 180 | 234 | - |
| CMYK | 0.53 | 0.23 | 0 | 0.08 |
| HSL | 205.92º | 0.75% | 0.67% | - |
| HSV(B) | 205.92º | 0.53% | 0.92% | - |
| XYZ | 37.48 | 41.83 | 83.94 | - |
| YUV | 164.93 | 166.98 | 88.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 180 | 234 | 0.53 | 0.23 | 0 | 0.08 | 205.92 | 0.75 | 0.67 |
| Hex | 6D | B4 | EA | 35 | 17 | 0 | 8 | CE | 4B | 43 |
| Octal | 155 | 264 | 352 | 65 | 27 | 0 | 10 | 316 | 113 | 103 |
| Binary | 1101101 | 10110100 | 11101010 | 110101 | 10111 | 0 | 1000 | 11001110 | 1001011 | 1000011 |
Color Harmonies of #6DB4EA
Complementary color
Monochromatic Colors of #6DB4EA
Black with #6DB4EA
Text Example
Text Example
White with #6DB4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB4EA; }
p { color: rgb(109,180,234); }
H1.HeaderClassName
{
color: #6DB4EA;
}
.AnyTagClassName
{
color: #6DB4EA;
}
</style>
background-color css
<style>
a { background-color: #6DB4EA; }
a { background-color: rgb(109,180,234); }
div.DivClassName
{
background-color: #6DB4EA;
}
.BgClassName
{
background-color: #6DB4EA;
}
</style>
border-color css
<style>
span { border-color: #6DB4EA; }
span { border-color: rgb(109,180,234); }
td.TdClassName
{
border-color: #6DB4EA;
}
.TagClassName
{
border-color: #6DB4EA;
}
</style>