Shades of Malibu #6DAFEA
Tints of Malibu #6DAFEA
RGB
CMYK
RGB Variations
Color information
#6DAFEA (or 0x6DAFEA) is known color: Malibu. HEX triplet: 6D, AF and EA. RGB value is (109,175,234). Sum of RGB (Red+Green+Blue) = 109+175+234=518 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.04% from 518); Green value is 175 (68.75% from 255 or 33.78% from 518); Blue value is 234 (91.80% from 255 or 45.17% from 518); Max value from RGB is 234 - color contains mainly: blue. Hex color #6DAFEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6DAFEA is #925015. Grayscale: #A1A1A1. Windows color (decimal): -9588758 or 15380333. OLE color: 15380333.
HSL color Cylindrical-coordinate representation of color #6DAFEA: hue angle of 208.32º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6DAFEA is Cyan = 0.53, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 109 | 175 | 234 | - |
| CMYK | 0.53 | 0.25 | 0 | 0.08 |
| HSL | 208.32º | 0.75% | 0.67% | - |
| HSV(B) | 208.32º | 0.53% | 0.92% | - |
| XYZ | 36.49 | 39.85 | 83.61 | - |
| YUV | 161.99 | 168.63 | 90.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 175 | 234 | 0.53 | 0.25 | 0 | 0.08 | 208.32 | 0.75 | 0.67 |
| Hex | 6D | AF | EA | 35 | 19 | 0 | 8 | D0 | 4B | 43 |
| Octal | 155 | 257 | 352 | 65 | 31 | 0 | 10 | 320 | 113 | 103 |
| Binary | 1101101 | 10101111 | 11101010 | 110101 | 11001 | 0 | 1000 | 11010000 | 1001011 | 1000011 |
Color Harmonies of #6DAFEA
Complementary color
Monochromatic Colors of #6DAFEA
Black with #6DAFEA
Text Example
Text Example
White with #6DAFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAFEA; }
p { color: rgb(109,175,234); }
H1.HeaderClassName
{
color: #6DAFEA;
}
.AnyTagClassName
{
color: #6DAFEA;
}
</style>
background-color css
<style>
a { background-color: #6DAFEA; }
a { background-color: rgb(109,175,234); }
div.DivClassName
{
background-color: #6DAFEA;
}
.BgClassName
{
background-color: #6DAFEA;
}
</style>
border-color css
<style>
span { border-color: #6DAFEA; }
span { border-color: rgb(109,175,234); }
td.TdClassName
{
border-color: #6DAFEA;
}
.TagClassName
{
border-color: #6DAFEA;
}
</style>