Shades of Malibu #6AAEE0
Tints of Malibu #6AAEE0
RGB
CMYK
RGB Variations
Color information
#6AAEE0 (or 0x6AAEE0) is known color: Malibu. HEX triplet: 6A, AE and E0. RGB value is (106,174,224). Sum of RGB (Red+Green+Blue) = 106+174+224=504 (66% of max value = 765). Red value is 106 (41.80% from 255 or 21.03% from 504); Green value is 174 (68.36% from 255 or 34.52% from 504); Blue value is 224 (87.89% from 255 or 44.44% from 504); Max value from RGB is 224 - color contains mainly: blue. Hex color #6AAEE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AAEE0 is #95511F. Grayscale: #9F9F9F. Windows color (decimal): -9785632 or 14724714. OLE color: 14724714.
HSL color Cylindrical-coordinate representation of color #6AAEE0: hue angle of 205.42º 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 #6AAEE0 is Cyan = 0.53, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 106 | 174 | 224 | - |
| CMYK | 0.53 | 0.22 | 0 | 0.12 |
| HSL | 205.42º | 0.66% | 0.65% | - |
| HSV(B) | 205.42º | 0.53% | 0.88% | - |
| XYZ | 34.53 | 38.72 | 76.17 | - |
| YUV | 159.37 | 164.47 | 89.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 174 | 224 | 0.53 | 0.22 | 0 | 0.12 | 205.42 | 0.66 | 0.65 |
| Hex | 6A | AE | E0 | 35 | 16 | 0 | C | CD | 42 | 41 |
| Octal | 152 | 256 | 340 | 65 | 26 | 0 | 14 | 315 | 102 | 101 |
| Binary | 1101010 | 10101110 | 11100000 | 110101 | 10110 | 0 | 1100 | 11001101 | 1000010 | 1000001 |
Color Harmonies of #6AAEE0
Complementary color
Monochromatic Colors of #6AAEE0
Black with #6AAEE0
Text Example
Text Example
White with #6AAEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AAEE0; }
p { color: rgb(106,174,224); }
H1.HeaderClassName
{
color: #6AAEE0;
}
.AnyTagClassName
{
color: #6AAEE0;
}
</style>
background-color css
<style>
a { background-color: #6AAEE0; }
a { background-color: rgb(106,174,224); }
div.DivClassName
{
background-color: #6AAEE0;
}
.BgClassName
{
background-color: #6AAEE0;
}
</style>
border-color css
<style>
span { border-color: #6AAEE0; }
span { border-color: rgb(106,174,224); }
td.TdClassName
{
border-color: #6AAEE0;
}
.TagClassName
{
border-color: #6AAEE0;
}
</style>