Shades of Malibu #6AADEF
Tints of Malibu #6AADEF
RGB
CMYK
RGB Variations
Color information
#6AADEF (or 0x6AADEF) is known color: Malibu. HEX triplet: 6A, AD and EF. RGB value is (106,173,239). Sum of RGB (Red+Green+Blue) = 106+173+239=518 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.46% from 518); Green value is 173 (67.97% from 255 or 33.40% from 518); Blue value is 239 (93.75% from 255 or 46.14% from 518); Max value from RGB is 239 - color contains mainly: blue. Hex color #6AADEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6AADEF is #955210. Grayscale: #A0A0A0. Windows color (decimal): -9785873 or 15707498. OLE color: 15707498.
HSL color Cylindrical-coordinate representation of color #6AADEF: hue angle of 209.77º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6AADEF is Cyan = 0.56, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 106 | 173 | 239 | - |
| CMYK | 0.56 | 0.28 | 0 | 0.06 |
| HSL | 209.77º | 0.81% | 0.68% | - |
| HSV(B) | 209.77º | 0.56% | 0.94% | - |
| XYZ | 36.47 | 39.18 | 87.3 | - |
| YUV | 160.49 | 172.3 | 89.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 173 | 239 | 0.56 | 0.28 | 0 | 0.06 | 209.77 | 0.81 | 0.68 |
| Hex | 6A | AD | EF | 38 | 1C | 0 | 6 | D2 | 51 | 44 |
| Octal | 152 | 255 | 357 | 70 | 34 | 0 | 6 | 322 | 121 | 104 |
| Binary | 1101010 | 10101101 | 11101111 | 111000 | 11100 | 0 | 110 | 11010010 | 1010001 | 1000100 |
Color Harmonies of #6AADEF
Complementary color
Monochromatic Colors of #6AADEF
Black with #6AADEF
Text Example
Text Example
White with #6AADEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AADEF; }
p { color: rgb(106,173,239); }
H1.HeaderClassName
{
color: #6AADEF;
}
.AnyTagClassName
{
color: #6AADEF;
}
</style>
background-color css
<style>
a { background-color: #6AADEF; }
a { background-color: rgb(106,173,239); }
div.DivClassName
{
background-color: #6AADEF;
}
.BgClassName
{
background-color: #6AADEF;
}
</style>
border-color css
<style>
span { border-color: #6AADEF; }
span { border-color: rgb(106,173,239); }
td.TdClassName
{
border-color: #6AADEF;
}
.TagClassName
{
border-color: #6AADEF;
}
</style>