Shades of Malibu #6AAEF0
Tints of Malibu #6AAEF0
RGB
CMYK
RGB Variations
Color information
#6AAEF0 (or 0x6AAEF0) is known color: Malibu. HEX triplet: 6A, AE and F0. RGB value is (106,174,240). Sum of RGB (Red+Green+Blue) = 106+174+240=520 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.38% from 520); Green value is 174 (68.36% from 255 or 33.46% from 520); Blue value is 240 (94.14% from 255 or 46.15% from 520); Max value from RGB is 240 - color contains mainly: blue. Hex color #6AAEF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6AAEF0 is #95510F. Grayscale: #A0A0A0. Windows color (decimal): -9785616 or 15773290. OLE color: 15773290.
HSL color Cylindrical-coordinate representation of color #6AAEF0: hue angle of 209.55º degrees, saturation: 0.82, 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 #6AAEF0 is Cyan = 0.56, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 106 | 174 | 240 | - |
| CMYK | 0.56 | 0.28 | 0 | 0.06 |
| HSL | 209.55º | 0.82% | 0.68% | - |
| HSV(B) | 209.55º | 0.56% | 0.94% | - |
| XYZ | 36.81 | 39.63 | 88.15 | - |
| YUV | 161.19 | 172.47 | 88.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 174 | 240 | 0.56 | 0.28 | 0 | 0.06 | 209.55 | 0.82 | 0.68 |
| Hex | 6A | AE | F0 | 38 | 1C | 0 | 6 | D2 | 52 | 44 |
| Octal | 152 | 256 | 360 | 70 | 34 | 0 | 6 | 322 | 122 | 104 |
| Binary | 1101010 | 10101110 | 11110000 | 111000 | 11100 | 0 | 110 | 11010010 | 1010010 | 1000100 |
Color Harmonies of #6AAEF0
Complementary color
Monochromatic Colors of #6AAEF0
Black with #6AAEF0
Text Example
Text Example
White with #6AAEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AAEF0; }
p { color: rgb(106,174,240); }
H1.HeaderClassName
{
color: #6AAEF0;
}
.AnyTagClassName
{
color: #6AAEF0;
}
</style>
background-color css
<style>
a { background-color: #6AAEF0; }
a { background-color: rgb(106,174,240); }
div.DivClassName
{
background-color: #6AAEF0;
}
.BgClassName
{
background-color: #6AAEF0;
}
</style>
border-color css
<style>
span { border-color: #6AAEF0; }
span { border-color: rgb(106,174,240); }
td.TdClassName
{
border-color: #6AAEF0;
}
.TagClassName
{
border-color: #6AAEF0;
}
</style>