Shades of Malibu #6DB5DD
Tints of Malibu #6DB5DD
RGB
CMYK
RGB Variations
Color information
#6DB5DD (or 0x6DB5DD) is known color: Malibu. HEX triplet: 6D, B5 and DD. RGB value is (109,181,221). Sum of RGB (Red+Green+Blue) = 109+181+221=511 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.33% from 511); Green value is 181 (71.09% from 255 or 35.42% from 511); Blue value is 221 (86.72% from 255 or 43.25% from 511); Max value from RGB is 221 - color contains mainly: blue. Hex color #6DB5DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DB5DD is #924A22. Grayscale: #A3A3A3. Windows color (decimal): -9587235 or 14529901. OLE color: 14529901.
HSL color Cylindrical-coordinate representation of color #6DB5DD: hue angle of 201.43º 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 #6DB5DD is Cyan = 0.51, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 181 | 221 | - |
| CMYK | 0.51 | 0.18 | 0 | 0.13 |
| HSL | 201.43º | 0.62% | 0.65% | - |
| HSV(B) | 201.43º | 0.51% | 0.87% | - |
| XYZ | 35.88 | 41.52 | 74.53 | - |
| YUV | 164.03 | 160.15 | 88.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 181 | 221 | 0.51 | 0.18 | 0 | 0.13 | 201.43 | 0.62 | 0.65 |
| Hex | 6D | B5 | DD | 33 | 12 | 0 | D | C9 | 3E | 41 |
| Octal | 155 | 265 | 335 | 63 | 22 | 0 | 15 | 311 | 76 | 101 |
| Binary | 1101101 | 10110101 | 11011101 | 110011 | 10010 | 0 | 1101 | 11001001 | 111110 | 1000001 |
Color Harmonies of #6DB5DD
Complementary color
Monochromatic Colors of #6DB5DD
Black with #6DB5DD
Text Example
Text Example
White with #6DB5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB5DD; }
p { color: rgb(109,181,221); }
H1.HeaderClassName
{
color: #6DB5DD;
}
.AnyTagClassName
{
color: #6DB5DD;
}
</style>
background-color css
<style>
a { background-color: #6DB5DD; }
a { background-color: rgb(109,181,221); }
div.DivClassName
{
background-color: #6DB5DD;
}
.BgClassName
{
background-color: #6DB5DD;
}
</style>
border-color css
<style>
span { border-color: #6DB5DD; }
span { border-color: rgb(109,181,221); }
td.TdClassName
{
border-color: #6DB5DD;
}
.TagClassName
{
border-color: #6DB5DD;
}
</style>