Shades of Malibu #6DC0DA
Tints of Malibu #6DC0DA
RGB
CMYK
RGB Variations
Color information
#6DC0DA (or 0x6DC0DA) is known color: Malibu. HEX triplet: 6D, C0 and DA. RGB value is (109,192,218). Sum of RGB (Red+Green+Blue) = 109+192+218=519 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.00% from 519); Green value is 192 (75.39% from 255 or 36.99% from 519); Blue value is 218 (85.55% from 255 or 42.00% from 519); Max value from RGB is 218 - color contains mainly: blue. Hex color #6DC0DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DC0DA is #923F25. Grayscale: #A9A9A9. Windows color (decimal): -9584422 or 14336109. OLE color: 14336109.
HSL color Cylindrical-coordinate representation of color #6DC0DA: hue angle of 194.31º degrees, saturation: 0.6, 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 #6DC0DA is Cyan = 0.5, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 109 | 192 | 218 | - |
| CMYK | 0.5 | 0.12 | 0 | 0.15 |
| HSL | 194.31º | 0.6% | 0.64% | - |
| HSV(B) | 194.31º | 0.5% | 0.85% | - |
| XYZ | 37.81 | 46.01 | 73.22 | - |
| YUV | 170.15 | 155 | 84.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 192 | 218 | 0.5 | 0.12 | 0 | 0.15 | 194.31 | 0.6 | 0.64 |
| Hex | 6D | C0 | DA | 32 | C | 0 | F | C2 | 3C | 40 |
| Octal | 155 | 300 | 332 | 62 | 14 | 0 | 17 | 302 | 74 | 100 |
| Binary | 1101101 | 11000000 | 11011010 | 110010 | 1100 | 0 | 1111 | 11000010 | 111100 | 1000000 |
Color Harmonies of #6DC0DA
Complementary color
Monochromatic Colors of #6DC0DA
Black with #6DC0DA
Text Example
Text Example
White with #6DC0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC0DA; }
p { color: rgb(109,192,218); }
H1.HeaderClassName
{
color: #6DC0DA;
}
.AnyTagClassName
{
color: #6DC0DA;
}
</style>
background-color css
<style>
a { background-color: #6DC0DA; }
a { background-color: rgb(109,192,218); }
div.DivClassName
{
background-color: #6DC0DA;
}
.BgClassName
{
background-color: #6DC0DA;
}
</style>
border-color css
<style>
span { border-color: #6DC0DA; }
span { border-color: rgb(109,192,218); }
td.TdClassName
{
border-color: #6DC0DA;
}
.TagClassName
{
border-color: #6DC0DA;
}
</style>