Shades of Malibu #6DBADF
Tints of Malibu #6DBADF
RGB
CMYK
RGB Variations
Color information
#6DBADF (or 0x6DBADF) is known color: Malibu. HEX triplet: 6D, BA and DF. RGB value is (109,186,223). Sum of RGB (Red+Green+Blue) = 109+186+223=518 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.04% from 518); Green value is 186 (73.05% from 255 or 35.91% from 518); Blue value is 223 (87.5% from 255 or 43.05% from 518); Max value from RGB is 223 - color contains mainly: blue. Hex color #6DBADF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBADF is #924520. Grayscale: #A6A6A6. Windows color (decimal): -9585953 or 14662253. OLE color: 14662253.
HSL color Cylindrical-coordinate representation of color #6DBADF: hue angle of 199.47º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6DBADF is Cyan = 0.51, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 186 | 223 | - |
| CMYK | 0.51 | 0.17 | 0 | 0.13 |
| HSL | 199.47º | 0.64% | 0.65% | - |
| HSV(B) | 199.47º | 0.51% | 0.87% | - |
| XYZ | 37.18 | 43.7 | 76.29 | - |
| YUV | 167.2 | 159.49 | 86.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 186 | 223 | 0.51 | 0.17 | 0 | 0.13 | 199.47 | 0.64 | 0.65 |
| Hex | 6D | BA | DF | 33 | 11 | 0 | D | C7 | 40 | 41 |
| Octal | 155 | 272 | 337 | 63 | 21 | 0 | 15 | 307 | 100 | 101 |
| Binary | 1101101 | 10111010 | 11011111 | 110011 | 10001 | 0 | 1101 | 11000111 | 1000000 | 1000001 |
Color Harmonies of #6DBADF
Complementary color
Monochromatic Colors of #6DBADF
Black with #6DBADF
Text Example
Text Example
White with #6DBADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBADF; }
p { color: rgb(109,186,223); }
H1.HeaderClassName
{
color: #6DBADF;
}
.AnyTagClassName
{
color: #6DBADF;
}
</style>
background-color css
<style>
a { background-color: #6DBADF; }
a { background-color: rgb(109,186,223); }
div.DivClassName
{
background-color: #6DBADF;
}
.BgClassName
{
background-color: #6DBADF;
}
</style>
border-color css
<style>
span { border-color: #6DBADF; }
span { border-color: rgb(109,186,223); }
td.TdClassName
{
border-color: #6DBADF;
}
.TagClassName
{
border-color: #6DBADF;
}
</style>