Shades of Malibu #6DB3DD
Tints of Malibu #6DB3DD
RGB
CMYK
RGB Variations
Color information
#6DB3DD (or 0x6DB3DD) is known color: Malibu. HEX triplet: 6D, B3 and DD. RGB value is (109,179,221). Sum of RGB (Red+Green+Blue) = 109+179+221=509 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.41% from 509); Green value is 179 (70.31% from 255 or 35.17% from 509); Blue value is 221 (86.72% from 255 or 43.42% from 509); Max value from RGB is 221 - color contains mainly: blue. Hex color #6DB3DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DB3DD is #924C22. Grayscale: #A2A2A2. Windows color (decimal): -9587747 or 14529389. OLE color: 14529389.
HSL color Cylindrical-coordinate representation of color #6DB3DD: hue angle of 202.5º 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 #6DB3DD is Cyan = 0.51, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 179 | 221 | - |
| CMYK | 0.51 | 0.19 | 0 | 0.13 |
| HSL | 202.5º | 0.62% | 0.65% | - |
| HSV(B) | 202.5º | 0.51% | 0.87% | - |
| XYZ | 35.48 | 40.71 | 74.39 | - |
| YUV | 162.86 | 160.81 | 89.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 179 | 221 | 0.51 | 0.19 | 0 | 0.13 | 202.5 | 0.62 | 0.65 |
| Hex | 6D | B3 | DD | 33 | 13 | 0 | D | CA | 3E | 41 |
| Octal | 155 | 263 | 335 | 63 | 23 | 0 | 15 | 312 | 76 | 101 |
| Binary | 1101101 | 10110011 | 11011101 | 110011 | 10011 | 0 | 1101 | 11001010 | 111110 | 1000001 |
Color Harmonies of #6DB3DD
Complementary color
Monochromatic Colors of #6DB3DD
Black with #6DB3DD
Text Example
Text Example
White with #6DB3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB3DD; }
p { color: rgb(109,179,221); }
H1.HeaderClassName
{
color: #6DB3DD;
}
.AnyTagClassName
{
color: #6DB3DD;
}
</style>
background-color css
<style>
a { background-color: #6DB3DD; }
a { background-color: rgb(109,179,221); }
div.DivClassName
{
background-color: #6DB3DD;
}
.BgClassName
{
background-color: #6DB3DD;
}
</style>
border-color css
<style>
span { border-color: #6DB3DD; }
span { border-color: rgb(109,179,221); }
td.TdClassName
{
border-color: #6DB3DD;
}
.TagClassName
{
border-color: #6DB3DD;
}
</style>