Shades of Malibu #6DB3DC
Tints of Malibu #6DB3DC
RGB
CMYK
RGB Variations
Color information
#6DB3DC (or 0x6DB3DC) is known color: Malibu. HEX triplet: 6D, B3 and DC. RGB value is (109,179,220). Sum of RGB (Red+Green+Blue) = 109+179+220=508 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.46% from 508); Green value is 179 (70.31% from 255 or 35.24% from 508); Blue value is 220 (86.33% from 255 or 43.31% from 508); Max value from RGB is 220 - color contains mainly: blue. Hex color #6DB3DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DB3DC is #924C23. Grayscale: #A2A2A2. Windows color (decimal): -9587748 or 14463853. OLE color: 14463853.
HSL color Cylindrical-coordinate representation of color #6DB3DC: hue angle of 202.16º 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 #6DB3DC is Cyan = 0.50, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 109 | 179 | 220 | - |
| CMYK | 0.50 | 0.19 | 0 | 0.14 |
| HSL | 202.16º | 0.61% | 0.65% | - |
| HSV(B) | 202.16º | 0.5% | 0.86% | - |
| XYZ | 35.35 | 40.66 | 73.7 | - |
| YUV | 162.74 | 160.31 | 89.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 179 | 220 | 0.50 | 0.19 | 0 | 0.14 | 202.16 | 0.61 | 0.65 |
| Hex | 6D | B3 | DC | 32 | 13 | 0 | E | CA | 3D | 41 |
| Octal | 155 | 263 | 334 | 62 | 23 | 0 | 16 | 312 | 75 | 101 |
| Binary | 1101101 | 10110011 | 11011100 | 110010 | 10011 | 0 | 1110 | 11001010 | 111101 | 1000001 |
Color Harmonies of #6DB3DC
Complementary color
Monochromatic Colors of #6DB3DC
Black with #6DB3DC
Text Example
Text Example
White with #6DB3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB3DC; }
p { color: rgb(109,179,220); }
H1.HeaderClassName
{
color: #6DB3DC;
}
.AnyTagClassName
{
color: #6DB3DC;
}
</style>
background-color css
<style>
a { background-color: #6DB3DC; }
a { background-color: rgb(109,179,220); }
div.DivClassName
{
background-color: #6DB3DC;
}
.BgClassName
{
background-color: #6DB3DC;
}
</style>
border-color css
<style>
span { border-color: #6DB3DC; }
span { border-color: rgb(109,179,220); }
td.TdClassName
{
border-color: #6DB3DC;
}
.TagClassName
{
border-color: #6DB3DC;
}
</style>