Shades of Malibu #6AAEE4
Tints of Malibu #6AAEE4
RGB
CMYK
RGB Variations
Color information
#6AAEE4 (or 0x6AAEE4) is known color: Malibu. HEX triplet: 6A, AE and E4. RGB value is (106,174,228). Sum of RGB (Red+Green+Blue) = 106+174+228=508 (67% of max value = 765). Red value is 106 (41.80% from 255 or 20.87% from 508); Green value is 174 (68.36% from 255 or 34.25% from 508); Blue value is 228 (89.45% from 255 or 44.88% from 508); Max value from RGB is 228 - color contains mainly: blue. Hex color #6AAEE4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AAEE4 is #95511B. Grayscale: #9F9F9F. Windows color (decimal): -9785628 or 14986858. OLE color: 14986858.
HSL color Cylindrical-coordinate representation of color #6AAEE4: hue angle of 206.56º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6AAEE4 is Cyan = 0.54, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 106 | 174 | 228 | - |
| CMYK | 0.54 | 0.24 | 0 | 0.11 |
| HSL | 206.56º | 0.69% | 0.65% | - |
| HSV(B) | 206.56º | 0.54% | 0.89% | - |
| XYZ | 35.08 | 38.94 | 79.07 | - |
| YUV | 159.82 | 166.47 | 89.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 174 | 228 | 0.54 | 0.24 | 0 | 0.11 | 206.56 | 0.69 | 0.65 |
| Hex | 6A | AE | E4 | 36 | 18 | 0 | B | CF | 45 | 41 |
| Octal | 152 | 256 | 344 | 66 | 30 | 0 | 13 | 317 | 105 | 101 |
| Binary | 1101010 | 10101110 | 11100100 | 110110 | 11000 | 0 | 1011 | 11001111 | 1000101 | 1000001 |
Color Harmonies of #6AAEE4
Complementary color
Monochromatic Colors of #6AAEE4
Black with #6AAEE4
Text Example
Text Example
White with #6AAEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AAEE4; }
p { color: rgb(106,174,228); }
H1.HeaderClassName
{
color: #6AAEE4;
}
.AnyTagClassName
{
color: #6AAEE4;
}
</style>
background-color css
<style>
a { background-color: #6AAEE4; }
a { background-color: rgb(106,174,228); }
div.DivClassName
{
background-color: #6AAEE4;
}
.BgClassName
{
background-color: #6AAEE4;
}
</style>
border-color css
<style>
span { border-color: #6AAEE4; }
span { border-color: rgb(106,174,228); }
td.TdClassName
{
border-color: #6AAEE4;
}
.TagClassName
{
border-color: #6AAEE4;
}
</style>