Shades of Malibu #6DAFD9
Tints of Malibu #6DAFD9
RGB
CMYK
RGB Variations
Color information
#6DAFD9 (or 0x6DAFD9) is known color: Malibu. HEX triplet: 6D, AF and D9. RGB value is (109,175,217). Sum of RGB (Red+Green+Blue) = 109+175+217=501 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.76% from 501); Green value is 175 (68.75% from 255 or 34.93% from 501); Blue value is 217 (85.16% from 255 or 43.31% from 501); Max value from RGB is 217 - color contains mainly: blue. Hex color #6DAFD9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DAFD9 is #925026. Grayscale: #9F9F9F. Windows color (decimal): -9588775 or 14266221. OLE color: 14266221.
HSL color Cylindrical-coordinate representation of color #6DAFD9: hue angle of 203.33º degrees, saturation: 0.59, 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 #6DAFD9 is Cyan = 0.50, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 109 | 175 | 217 | - |
| CMYK | 0.50 | 0.19 | 0 | 0.15 |
| HSL | 203.33º | 0.59% | 0.64% | - |
| HSV(B) | 203.33º | 0.5% | 0.85% | - |
| XYZ | 34.16 | 38.92 | 71.36 | - |
| YUV | 160.05 | 160.13 | 91.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 175 | 217 | 0.50 | 0.19 | 0 | 0.15 | 203.33 | 0.59 | 0.64 |
| Hex | 6D | AF | D9 | 32 | 13 | 0 | F | CB | 3B | 40 |
| Octal | 155 | 257 | 331 | 62 | 23 | 0 | 17 | 313 | 73 | 100 |
| Binary | 1101101 | 10101111 | 11011001 | 110010 | 10011 | 0 | 1111 | 11001011 | 111011 | 1000000 |
Color Harmonies of #6DAFD9
Complementary color
Monochromatic Colors of #6DAFD9
Black with #6DAFD9
Text Example
Text Example
White with #6DAFD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAFD9; }
p { color: rgb(109,175,217); }
H1.HeaderClassName
{
color: #6DAFD9;
}
.AnyTagClassName
{
color: #6DAFD9;
}
</style>
background-color css
<style>
a { background-color: #6DAFD9; }
a { background-color: rgb(109,175,217); }
div.DivClassName
{
background-color: #6DAFD9;
}
.BgClassName
{
background-color: #6DAFD9;
}
</style>
border-color css
<style>
span { border-color: #6DAFD9; }
span { border-color: rgb(109,175,217); }
td.TdClassName
{
border-color: #6DAFD9;
}
.TagClassName
{
border-color: #6DAFD9;
}
</style>