Shades of Malibu #6DBBDC
Tints of Malibu #6DBBDC
RGB
CMYK
RGB Variations
Color information
#6DBBDC (or 0x6DBBDC) is known color: Malibu. HEX triplet: 6D, BB and DC. RGB value is (109,187,220). Sum of RGB (Red+Green+Blue) = 109+187+220=516 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.12% from 516); Green value is 187 (73.44% from 255 or 36.24% from 516); Blue value is 220 (86.33% from 255 or 42.64% from 516); Max value from RGB is 220 - color contains mainly: blue. Hex color #6DBBDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBBDC is #924423. Grayscale: #A7A7A7. Windows color (decimal): -9585700 or 14465901. OLE color: 14465901.
HSL color Cylindrical-coordinate representation of color #6DBBDC: hue angle of 197.84º 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 #6DBBDC is Cyan = 0.50, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 109 | 187 | 220 | - |
| CMYK | 0.50 | 0.15 | 0 | 0.14 |
| HSL | 197.84º | 0.61% | 0.65% | - |
| HSV(B) | 197.84º | 0.5% | 0.86% | - |
| XYZ | 37 | 43.96 | 74.25 | - |
| YUV | 167.44 | 157.66 | 86.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 187 | 220 | 0.50 | 0.15 | 0 | 0.14 | 197.84 | 0.61 | 0.65 |
| Hex | 6D | BB | DC | 32 | F | 0 | E | C6 | 3D | 41 |
| Octal | 155 | 273 | 334 | 62 | 17 | 0 | 16 | 306 | 75 | 101 |
| Binary | 1101101 | 10111011 | 11011100 | 110010 | 1111 | 0 | 1110 | 11000110 | 111101 | 1000001 |
Color Harmonies of #6DBBDC
Complementary color
Monochromatic Colors of #6DBBDC
Black with #6DBBDC
Text Example
Text Example
White with #6DBBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBBDC; }
p { color: rgb(109,187,220); }
H1.HeaderClassName
{
color: #6DBBDC;
}
.AnyTagClassName
{
color: #6DBBDC;
}
</style>
background-color css
<style>
a { background-color: #6DBBDC; }
a { background-color: rgb(109,187,220); }
div.DivClassName
{
background-color: #6DBBDC;
}
.BgClassName
{
background-color: #6DBBDC;
}
</style>
border-color css
<style>
span { border-color: #6DBBDC; }
span { border-color: rgb(109,187,220); }
td.TdClassName
{
border-color: #6DBBDC;
}
.TagClassName
{
border-color: #6DBBDC;
}
</style>