Shades of Malibu #6AAEEC
Tints of Malibu #6AAEEC
RGB
CMYK
RGB Variations
Color information
#6AAEEC (or 0x6AAEEC) is known color: Malibu. HEX triplet: 6A, AE and EC. RGB value is (106,174,236). Sum of RGB (Red+Green+Blue) = 106+174+236=516 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.54% from 516); Green value is 174 (68.36% from 255 or 33.72% from 516); Blue value is 236 (92.58% from 255 or 45.74% from 516); Max value from RGB is 236 - color contains mainly: blue. Hex color #6AAEEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6AAEEC is #955113. Grayscale: #A0A0A0. Windows color (decimal): -9785620 or 15511146. OLE color: 15511146.
HSL color Cylindrical-coordinate representation of color #6AAEEC: hue angle of 208.62º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6AAEEC is Cyan = 0.55, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 106 | 174 | 236 | - |
| CMYK | 0.55 | 0.26 | 0 | 0.07 |
| HSL | 208.62º | 0.77% | 0.67% | - |
| HSV(B) | 208.62º | 0.55% | 0.93% | - |
| XYZ | 36.22 | 39.39 | 85.05 | - |
| YUV | 160.74 | 170.47 | 88.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 174 | 236 | 0.55 | 0.26 | 0 | 0.07 | 208.62 | 0.77 | 0.67 |
| Hex | 6A | AE | EC | 37 | 1A | 0 | 7 | D1 | 4D | 43 |
| Octal | 152 | 256 | 354 | 67 | 32 | 0 | 7 | 321 | 115 | 103 |
| Binary | 1101010 | 10101110 | 11101100 | 110111 | 11010 | 0 | 111 | 11010001 | 1001101 | 1000011 |
Color Harmonies of #6AAEEC
Complementary color
Monochromatic Colors of #6AAEEC
Black with #6AAEEC
Text Example
Text Example
White with #6AAEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AAEEC; }
p { color: rgb(106,174,236); }
H1.HeaderClassName
{
color: #6AAEEC;
}
.AnyTagClassName
{
color: #6AAEEC;
}
</style>
background-color css
<style>
a { background-color: #6AAEEC; }
a { background-color: rgb(106,174,236); }
div.DivClassName
{
background-color: #6AAEEC;
}
.BgClassName
{
background-color: #6AAEEC;
}
</style>
border-color css
<style>
span { border-color: #6AAEEC; }
span { border-color: rgb(106,174,236); }
td.TdClassName
{
border-color: #6AAEEC;
}
.TagClassName
{
border-color: #6AAEEC;
}
</style>