Shades of Malibu #6DADDC
Tints of Malibu #6DADDC
RGB
CMYK
RGB Variations
Color information
#6DADDC (or 0x6DADDC) is known color: Malibu. HEX triplet: 6D, AD and DC. RGB value is (109,173,220). Sum of RGB (Red+Green+Blue) = 109+173+220=502 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.71% from 502); Green value is 173 (67.97% from 255 or 34.46% from 502); Blue value is 220 (86.33% from 255 or 43.82% from 502); Max value from RGB is 220 - color contains mainly: blue. Hex color #6DADDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DADDC is #925223. Grayscale: #9E9E9E. Windows color (decimal): -9589284 or 14462317. OLE color: 14462317.
HSL color Cylindrical-coordinate representation of color #6DADDC: hue angle of 205.41º 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 #6DADDC is Cyan = 0.50, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 109 | 173 | 220 | - |
| CMYK | 0.50 | 0.21 | 0 | 0.14 |
| HSL | 205.41º | 0.61% | 0.65% | - |
| HSV(B) | 205.41º | 0.5% | 0.86% | - |
| XYZ | 34.17 | 38.31 | 73.3 | - |
| YUV | 159.22 | 162.3 | 92.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 173 | 220 | 0.50 | 0.21 | 0 | 0.14 | 205.41 | 0.61 | 0.65 |
| Hex | 6D | AD | DC | 32 | 15 | 0 | E | CD | 3D | 41 |
| Octal | 155 | 255 | 334 | 62 | 25 | 0 | 16 | 315 | 75 | 101 |
| Binary | 1101101 | 10101101 | 11011100 | 110010 | 10101 | 0 | 1110 | 11001101 | 111101 | 1000001 |
Color Harmonies of #6DADDC
Complementary color
Monochromatic Colors of #6DADDC
Black with #6DADDC
Text Example
Text Example
White with #6DADDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DADDC; }
p { color: rgb(109,173,220); }
H1.HeaderClassName
{
color: #6DADDC;
}
.AnyTagClassName
{
color: #6DADDC;
}
</style>
background-color css
<style>
a { background-color: #6DADDC; }
a { background-color: rgb(109,173,220); }
div.DivClassName
{
background-color: #6DADDC;
}
.BgClassName
{
background-color: #6DADDC;
}
</style>
border-color css
<style>
span { border-color: #6DADDC; }
span { border-color: rgb(109,173,220); }
td.TdClassName
{
border-color: #6DADDC;
}
.TagClassName
{
border-color: #6DADDC;
}
</style>