Shades of Malibu #6DB6EA
Tints of Malibu #6DB6EA
RGB
CMYK
RGB Variations
Color information
#6DB6EA (or 0x6DB6EA) is known color: Malibu. HEX triplet: 6D, B6 and EA. RGB value is (109,182,234). Sum of RGB (Red+Green+Blue) = 109+182+234=525 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.76% from 525); Green value is 182 (71.48% from 255 or 34.67% from 525); Blue value is 234 (91.80% from 255 or 44.57% from 525); Max value from RGB is 234 - color contains mainly: blue. Hex color #6DB6EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DB6EA is #924915. Grayscale: #A5A5A5. Windows color (decimal): -9586966 or 15382125. OLE color: 15382125.
HSL color Cylindrical-coordinate representation of color #6DB6EA: hue angle of 204.96º 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 #6DB6EA is Cyan = 0.53, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 109 | 182 | 234 | - |
| CMYK | 0.53 | 0.22 | 0 | 0.08 |
| HSL | 204.96º | 0.75% | 0.67% | - |
| HSV(B) | 204.96º | 0.53% | 0.92% | - |
| XYZ | 37.89 | 42.65 | 84.08 | - |
| YUV | 166.1 | 166.32 | 87.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 182 | 234 | 0.53 | 0.22 | 0 | 0.08 | 204.96 | 0.75 | 0.67 |
| Hex | 6D | B6 | EA | 35 | 16 | 0 | 8 | CD | 4B | 43 |
| Octal | 155 | 266 | 352 | 65 | 26 | 0 | 10 | 315 | 113 | 103 |
| Binary | 1101101 | 10110110 | 11101010 | 110101 | 10110 | 0 | 1000 | 11001101 | 1001011 | 1000011 |
Color Harmonies of #6DB6EA
Complementary color
Monochromatic Colors of #6DB6EA
Black with #6DB6EA
Text Example
Text Example
White with #6DB6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB6EA; }
p { color: rgb(109,182,234); }
H1.HeaderClassName
{
color: #6DB6EA;
}
.AnyTagClassName
{
color: #6DB6EA;
}
</style>
background-color css
<style>
a { background-color: #6DB6EA; }
a { background-color: rgb(109,182,234); }
div.DivClassName
{
background-color: #6DB6EA;
}
.BgClassName
{
background-color: #6DB6EA;
}
</style>
border-color css
<style>
span { border-color: #6DB6EA; }
span { border-color: rgb(109,182,234); }
td.TdClassName
{
border-color: #6DB6EA;
}
.TagClassName
{
border-color: #6DB6EA;
}
</style>