Shades of Malibu #6DB5D9
Tints of Malibu #6DB5D9
RGB
CMYK
RGB Variations
Color information
#6DB5D9 (or 0x6DB5D9) is known color: Malibu. HEX triplet: 6D, B5 and D9. RGB value is (109,181,217). Sum of RGB (Red+Green+Blue) = 109+181+217=507 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.50% from 507); Green value is 181 (71.09% from 255 or 35.70% from 507); Blue value is 217 (85.16% from 255 or 42.80% from 507); Max value from RGB is 217 - color contains mainly: blue. Hex color #6DB5D9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DB5D9 is #924A26. Grayscale: #A3A3A3. Windows color (decimal): -9587239 or 14267757. OLE color: 14267757.
HSL color Cylindrical-coordinate representation of color #6DB5D9: hue angle of 200º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6DB5D9 is Cyan = 0.50, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 109 | 181 | 217 | - |
| CMYK | 0.50 | 0.17 | 0 | 0.15 |
| HSL | 200º | 0.59% | 0.64% | - |
| HSV(B) | 200º | 0.5% | 0.85% | - |
| XYZ | 35.35 | 41.31 | 71.76 | - |
| YUV | 163.58 | 158.15 | 89.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 181 | 217 | 0.50 | 0.17 | 0 | 0.15 | 200 | 0.59 | 0.64 |
| Hex | 6D | B5 | D9 | 32 | 11 | 0 | F | C8 | 3B | 40 |
| Octal | 155 | 265 | 331 | 62 | 21 | 0 | 17 | 310 | 73 | 100 |
| Binary | 1101101 | 10110101 | 11011001 | 110010 | 10001 | 0 | 1111 | 11001000 | 111011 | 1000000 |
Color Harmonies of #6DB5D9
Complementary color
Monochromatic Colors of #6DB5D9
Black with #6DB5D9
Text Example
Text Example
White with #6DB5D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB5D9; }
p { color: rgb(109,181,217); }
H1.HeaderClassName
{
color: #6DB5D9;
}
.AnyTagClassName
{
color: #6DB5D9;
}
</style>
background-color css
<style>
a { background-color: #6DB5D9; }
a { background-color: rgb(109,181,217); }
div.DivClassName
{
background-color: #6DB5D9;
}
.BgClassName
{
background-color: #6DB5D9;
}
</style>
border-color css
<style>
span { border-color: #6DB5D9; }
span { border-color: rgb(109,181,217); }
td.TdClassName
{
border-color: #6DB5D9;
}
.TagClassName
{
border-color: #6DB5D9;
}
</style>