Shades of Malibu #6DB6DC
Tints of Malibu #6DB6DC
RGB
CMYK
RGB Variations
Color information
#6DB6DC (or 0x6DB6DC) is known color: Malibu. HEX triplet: 6D, B6 and DC. RGB value is (109,182,220). Sum of RGB (Red+Green+Blue) = 109+182+220=511 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.33% from 511); Green value is 182 (71.48% from 255 or 35.62% from 511); Blue value is 220 (86.33% from 255 or 43.05% from 511); Max value from RGB is 220 - color contains mainly: blue. Hex color #6DB6DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DB6DC is #924923. Grayscale: #A4A4A4. Windows color (decimal): -9586980 or 14464621. OLE color: 14464621.
HSL color Cylindrical-coordinate representation of color #6DB6DC: hue angle of 200.54º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6DB6DC is Cyan = 0.50, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 109 | 182 | 220 | - |
| CMYK | 0.50 | 0.17 | 0 | 0.14 |
| HSL | 200.54º | 0.61% | 0.65% | - |
| HSV(B) | 200.54º | 0.5% | 0.86% | - |
| XYZ | 35.95 | 41.87 | 73.9 | - |
| YUV | 164.51 | 159.32 | 88.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 182 | 220 | 0.50 | 0.17 | 0 | 0.14 | 200.54 | 0.61 | 0.65 |
| Hex | 6D | B6 | DC | 32 | 11 | 0 | E | C9 | 3D | 41 |
| Octal | 155 | 266 | 334 | 62 | 21 | 0 | 16 | 311 | 75 | 101 |
| Binary | 1101101 | 10110110 | 11011100 | 110010 | 10001 | 0 | 1110 | 11001001 | 111101 | 1000001 |
Color Harmonies of #6DB6DC
Complementary color
Monochromatic Colors of #6DB6DC
Black with #6DB6DC
Text Example
Text Example
White with #6DB6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB6DC; }
p { color: rgb(109,182,220); }
H1.HeaderClassName
{
color: #6DB6DC;
}
.AnyTagClassName
{
color: #6DB6DC;
}
</style>
background-color css
<style>
a { background-color: #6DB6DC; }
a { background-color: rgb(109,182,220); }
div.DivClassName
{
background-color: #6DB6DC;
}
.BgClassName
{
background-color: #6DB6DC;
}
</style>
border-color css
<style>
span { border-color: #6DB6DC; }
span { border-color: rgb(109,182,220); }
td.TdClassName
{
border-color: #6DB6DC;
}
.TagClassName
{
border-color: #6DB6DC;
}
</style>