Shades of Malibu #6DB2DC
Tints of Malibu #6DB2DC
RGB
CMYK
RGB Variations
Color information
#6DB2DC (or 0x6DB2DC) is known color: Malibu. HEX triplet: 6D, B2 and DC. RGB value is (109,178,220). Sum of RGB (Red+Green+Blue) = 109+178+220=507 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.50% from 507); Green value is 178 (69.92% from 255 or 35.11% from 507); Blue value is 220 (86.33% from 255 or 43.39% from 507); Max value from RGB is 220 - color contains mainly: blue. Hex color #6DB2DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DB2DC is #924D23. Grayscale: #A1A1A1. Windows color (decimal): -9588004 or 14463597. OLE color: 14463597.
HSL color Cylindrical-coordinate representation of color #6DB2DC: hue angle of 202.7º 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 #6DB2DC is Cyan = 0.50, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 109 | 178 | 220 | - |
| CMYK | 0.50 | 0.19 | 0 | 0.14 |
| HSL | 202.7º | 0.61% | 0.65% | - |
| HSV(B) | 202.7º | 0.5% | 0.86% | - |
| XYZ | 35.15 | 40.26 | 73.63 | - |
| YUV | 162.16 | 160.64 | 90.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 178 | 220 | 0.50 | 0.19 | 0 | 0.14 | 202.7 | 0.61 | 0.65 |
| Hex | 6D | B2 | DC | 32 | 13 | 0 | E | CB | 3D | 41 |
| Octal | 155 | 262 | 334 | 62 | 23 | 0 | 16 | 313 | 75 | 101 |
| Binary | 1101101 | 10110010 | 11011100 | 110010 | 10011 | 0 | 1110 | 11001011 | 111101 | 1000001 |
Color Harmonies of #6DB2DC
Complementary color
Monochromatic Colors of #6DB2DC
Black with #6DB2DC
Text Example
Text Example
White with #6DB2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB2DC; }
p { color: rgb(109,178,220); }
H1.HeaderClassName
{
color: #6DB2DC;
}
.AnyTagClassName
{
color: #6DB2DC;
}
</style>
background-color css
<style>
a { background-color: #6DB2DC; }
a { background-color: rgb(109,178,220); }
div.DivClassName
{
background-color: #6DB2DC;
}
.BgClassName
{
background-color: #6DB2DC;
}
</style>
border-color css
<style>
span { border-color: #6DB2DC; }
span { border-color: rgb(109,178,220); }
td.TdClassName
{
border-color: #6DB2DC;
}
.TagClassName
{
border-color: #6DB2DC;
}
</style>