Shades of Malibu #6DB7DD
Tints of Malibu #6DB7DD
RGB
CMYK
RGB Variations
Color information
#6DB7DD (or 0x6DB7DD) is known color: Malibu. HEX triplet: 6D, B7 and DD. RGB value is (109,183,221). Sum of RGB (Red+Green+Blue) = 109+183+221=513 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.25% from 513); Green value is 183 (71.88% from 255 or 35.67% from 513); Blue value is 221 (86.72% from 255 or 43.08% from 513); Max value from RGB is 221 - color contains mainly: blue. Hex color #6DB7DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DB7DD is #924822. Grayscale: #A4A4A4. Windows color (decimal): -9586723 or 14530413. OLE color: 14530413.
HSL color Cylindrical-coordinate representation of color #6DB7DD: hue angle of 200.36º degrees, saturation: 0.62, 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 #6DB7DD is Cyan = 0.51, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 183 | 221 | - |
| CMYK | 0.51 | 0.17 | 0 | 0.13 |
| HSL | 200.36º | 0.62% | 0.65% | - |
| HSV(B) | 200.36º | 0.51% | 0.87% | - |
| XYZ | 36.29 | 42.34 | 74.67 | - |
| YUV | 165.21 | 159.48 | 87.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 183 | 221 | 0.51 | 0.17 | 0 | 0.13 | 200.36 | 0.62 | 0.65 |
| Hex | 6D | B7 | DD | 33 | 11 | 0 | D | C8 | 3E | 41 |
| Octal | 155 | 267 | 335 | 63 | 21 | 0 | 15 | 310 | 76 | 101 |
| Binary | 1101101 | 10110111 | 11011101 | 110011 | 10001 | 0 | 1101 | 11001000 | 111110 | 1000001 |
Color Harmonies of #6DB7DD
Complementary color
Monochromatic Colors of #6DB7DD
Black with #6DB7DD
Text Example
Text Example
White with #6DB7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB7DD; }
p { color: rgb(109,183,221); }
H1.HeaderClassName
{
color: #6DB7DD;
}
.AnyTagClassName
{
color: #6DB7DD;
}
</style>
background-color css
<style>
a { background-color: #6DB7DD; }
a { background-color: rgb(109,183,221); }
div.DivClassName
{
background-color: #6DB7DD;
}
.BgClassName
{
background-color: #6DB7DD;
}
</style>
border-color css
<style>
span { border-color: #6DB7DD; }
span { border-color: rgb(109,183,221); }
td.TdClassName
{
border-color: #6DB7DD;
}
.TagClassName
{
border-color: #6DB7DD;
}
</style>