Shades of Malibu #6DC0DD
Tints of Malibu #6DC0DD
RGB
CMYK
RGB Variations
Color information
#6DC0DD (or 0x6DC0DD) is known color: Malibu. HEX triplet: 6D, C0 and DD. RGB value is (109,192,221). Sum of RGB (Red+Green+Blue) = 109+192+221=522 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.88% from 522); Green value is 192 (75.39% from 255 or 36.78% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 221 - color contains mainly: blue. Hex color #6DC0DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DC0DD is #923F22. Grayscale: #AAAAAA. Windows color (decimal): -9584419 or 14532717. OLE color: 14532717.
HSL color Cylindrical-coordinate representation of color #6DC0DD: hue angle of 195.54º 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 #6DC0DD is Cyan = 0.51, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 192 | 221 | - |
| CMYK | 0.51 | 0.13 | 0 | 0.13 |
| HSL | 195.54º | 0.62% | 0.65% | - |
| HSV(B) | 195.54º | 0.51% | 0.87% | - |
| XYZ | 38.21 | 46.17 | 75.3 | - |
| YUV | 170.49 | 156.5 | 84.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 192 | 221 | 0.51 | 0.13 | 0 | 0.13 | 195.54 | 0.62 | 0.65 |
| Hex | 6D | C0 | DD | 33 | D | 0 | D | C4 | 3E | 41 |
| Octal | 155 | 300 | 335 | 63 | 15 | 0 | 15 | 304 | 76 | 101 |
| Binary | 1101101 | 11000000 | 11011101 | 110011 | 1101 | 0 | 1101 | 11000100 | 111110 | 1000001 |
Color Harmonies of #6DC0DD
Complementary color
Monochromatic Colors of #6DC0DD
Black with #6DC0DD
Text Example
Text Example
White with #6DC0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC0DD; }
p { color: rgb(109,192,221); }
H1.HeaderClassName
{
color: #6DC0DD;
}
.AnyTagClassName
{
color: #6DC0DD;
}
</style>
background-color css
<style>
a { background-color: #6DC0DD; }
a { background-color: rgb(109,192,221); }
div.DivClassName
{
background-color: #6DC0DD;
}
.BgClassName
{
background-color: #6DC0DD;
}
</style>
border-color css
<style>
span { border-color: #6DC0DD; }
span { border-color: rgb(109,192,221); }
td.TdClassName
{
border-color: #6DC0DD;
}
.TagClassName
{
border-color: #6DC0DD;
}
</style>