Shades of Malibu #6AADE0
Tints of Malibu #6AADE0
RGB
CMYK
RGB Variations
Color information
#6AADE0 (or 0x6AADE0) is known color: Malibu. HEX triplet: 6A, AD and E0. RGB value is (106,173,224). Sum of RGB (Red+Green+Blue) = 106+173+224=503 (66% of max value = 765). Red value is 106 (41.80% from 255 or 21.07% from 503); Green value is 173 (67.97% from 255 or 34.39% from 503); Blue value is 224 (87.89% from 255 or 44.53% from 503); Max value from RGB is 224 - color contains mainly: blue. Hex color #6AADE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AADE0 is #95521F. Grayscale: #9E9E9E. Windows color (decimal): -9785888 or 14724458. OLE color: 14724458.
HSL color Cylindrical-coordinate representation of color #6AADE0: hue angle of 205.93º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6AADE0 is Cyan = 0.53, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 106 | 173 | 224 | - |
| CMYK | 0.53 | 0.23 | 0 | 0.12 |
| HSL | 205.93º | 0.66% | 0.65% | - |
| HSV(B) | 205.93º | 0.53% | 0.88% | - |
| XYZ | 34.34 | 38.33 | 76.11 | - |
| YUV | 158.78 | 164.8 | 90.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 173 | 224 | 0.53 | 0.23 | 0 | 0.12 | 205.93 | 0.66 | 0.65 |
| Hex | 6A | AD | E0 | 35 | 17 | 0 | C | CE | 42 | 41 |
| Octal | 152 | 255 | 340 | 65 | 27 | 0 | 14 | 316 | 102 | 101 |
| Binary | 1101010 | 10101101 | 11100000 | 110101 | 10111 | 0 | 1100 | 11001110 | 1000010 | 1000001 |
Color Harmonies of #6AADE0
Complementary color
Monochromatic Colors of #6AADE0
Black with #6AADE0
Text Example
Text Example
White with #6AADE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AADE0; }
p { color: rgb(106,173,224); }
H1.HeaderClassName
{
color: #6AADE0;
}
.AnyTagClassName
{
color: #6AADE0;
}
</style>
background-color css
<style>
a { background-color: #6AADE0; }
a { background-color: rgb(106,173,224); }
div.DivClassName
{
background-color: #6AADE0;
}
.BgClassName
{
background-color: #6AADE0;
}
</style>
border-color css
<style>
span { border-color: #6AADE0; }
span { border-color: rgb(106,173,224); }
td.TdClassName
{
border-color: #6AADE0;
}
.TagClassName
{
border-color: #6AADE0;
}
</style>