Shades of Malibu #6DADDF
Tints of Malibu #6DADDF
RGB
CMYK
RGB Variations
Color information
#6DADDF (or 0x6DADDF) is known color: Malibu. HEX triplet: 6D, AD and DF. RGB value is (109,173,223). Sum of RGB (Red+Green+Blue) = 109+173+223=505 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.58% from 505); Green value is 173 (67.97% from 255 or 34.26% from 505); Blue value is 223 (87.5% from 255 or 44.16% from 505); Max value from RGB is 223 - color contains mainly: blue. Hex color #6DADDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DADDF is #925220. Grayscale: #9F9F9F. Windows color (decimal): -9589281 or 14658925. OLE color: 14658925.
HSL color Cylindrical-coordinate representation of color #6DADDF: hue angle of 206.32º degrees, saturation: 0.64, 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 #6DADDF is Cyan = 0.51, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 173 | 223 | - |
| CMYK | 0.51 | 0.22 | 0 | 0.13 |
| HSL | 206.32º | 0.64% | 0.65% | - |
| HSV(B) | 206.32º | 0.51% | 0.87% | - |
| XYZ | 34.57 | 38.47 | 75.41 | - |
| YUV | 159.56 | 163.8 | 91.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 173 | 223 | 0.51 | 0.22 | 0 | 0.13 | 206.32 | 0.64 | 0.65 |
| Hex | 6D | AD | DF | 33 | 16 | 0 | D | CE | 40 | 41 |
| Octal | 155 | 255 | 337 | 63 | 26 | 0 | 15 | 316 | 100 | 101 |
| Binary | 1101101 | 10101101 | 11011111 | 110011 | 10110 | 0 | 1101 | 11001110 | 1000000 | 1000001 |
Color Harmonies of #6DADDF
Complementary color
Monochromatic Colors of #6DADDF
Black with #6DADDF
Text Example
Text Example
White with #6DADDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DADDF; }
p { color: rgb(109,173,223); }
H1.HeaderClassName
{
color: #6DADDF;
}
.AnyTagClassName
{
color: #6DADDF;
}
</style>
background-color css
<style>
a { background-color: #6DADDF; }
a { background-color: rgb(109,173,223); }
div.DivClassName
{
background-color: #6DADDF;
}
.BgClassName
{
background-color: #6DADDF;
}
</style>
border-color css
<style>
span { border-color: #6DADDF; }
span { border-color: rgb(109,173,223); }
td.TdClassName
{
border-color: #6DADDF;
}
.TagClassName
{
border-color: #6DADDF;
}
</style>