Shades of Malibu #6DBCDA
Tints of Malibu #6DBCDA
RGB
CMYK
RGB Variations
Color information
#6DBCDA (or 0x6DBCDA) is known color: Malibu. HEX triplet: 6D, BC and DA. RGB value is (109,188,218). Sum of RGB (Red+Green+Blue) = 109+188+218=515 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.17% from 515); Green value is 188 (73.83% from 255 or 36.50% from 515); Blue value is 218 (85.55% from 255 or 42.33% from 515); Max value from RGB is 218 - color contains mainly: blue. Hex color #6DBCDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBCDA is #924325. Grayscale: #A7A7A7. Windows color (decimal): -9585446 or 14335085. OLE color: 14335085.
HSL color Cylindrical-coordinate representation of color #6DBCDA: hue angle of 196.51º 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 #6DBCDA is Cyan = 0.5, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 109 | 188 | 218 | - |
| CMYK | 0.5 | 0.14 | 0 | 0.15 |
| HSL | 196.51º | 0.6% | 0.64% | - |
| HSV(B) | 196.51º | 0.5% | 0.85% | - |
| XYZ | 36.94 | 44.28 | 72.93 | - |
| YUV | 167.8 | 156.33 | 86.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 188 | 218 | 0.5 | 0.14 | 0 | 0.15 | 196.51 | 0.6 | 0.64 |
| Hex | 6D | BC | DA | 32 | E | 0 | F | C5 | 3C | 40 |
| Octal | 155 | 274 | 332 | 62 | 16 | 0 | 17 | 305 | 74 | 100 |
| Binary | 1101101 | 10111100 | 11011010 | 110010 | 1110 | 0 | 1111 | 11000101 | 111100 | 1000000 |
Color Harmonies of #6DBCDA
Complementary color
Monochromatic Colors of #6DBCDA
Black with #6DBCDA
Text Example
Text Example
White with #6DBCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBCDA; }
p { color: rgb(109,188,218); }
H1.HeaderClassName
{
color: #6DBCDA;
}
.AnyTagClassName
{
color: #6DBCDA;
}
</style>
background-color css
<style>
a { background-color: #6DBCDA; }
a { background-color: rgb(109,188,218); }
div.DivClassName
{
background-color: #6DBCDA;
}
.BgClassName
{
background-color: #6DBCDA;
}
</style>
border-color css
<style>
span { border-color: #6DBCDA; }
span { border-color: rgb(109,188,218); }
td.TdClassName
{
border-color: #6DBCDA;
}
.TagClassName
{
border-color: #6DBCDA;
}
</style>