Shades of Malibu #6AAEEE
Tints of Malibu #6AAEEE
RGB
CMYK
RGB Variations
Color information
#6AAEEE (or 0x6AAEEE) is known color: Malibu. HEX triplet: 6A, AE and EE. RGB value is (106,174,238). Sum of RGB (Red+Green+Blue) = 106+174+238=518 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.46% from 518); Green value is 174 (68.36% from 255 or 33.59% from 518); Blue value is 238 (93.36% from 255 or 45.95% from 518); Max value from RGB is 238 - color contains mainly: blue. Hex color #6AAEEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6AAEEE is #955111. Grayscale: #A0A0A0. Windows color (decimal): -9785618 or 15642218. OLE color: 15642218.
HSL color Cylindrical-coordinate representation of color #6AAEEE: hue angle of 209.09º degrees, saturation: 0.8, 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 #6AAEEE is Cyan = 0.55, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 106 | 174 | 238 | - |
| CMYK | 0.55 | 0.27 | 0 | 0.07 |
| HSL | 209.09º | 0.8% | 0.67% | - |
| HSV(B) | 209.09º | 0.55% | 0.93% | - |
| XYZ | 36.51 | 39.51 | 86.59 | - |
| YUV | 160.96 | 171.47 | 88.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 174 | 238 | 0.55 | 0.27 | 0 | 0.07 | 209.09 | 0.8 | 0.67 |
| Hex | 6A | AE | EE | 37 | 1B | 0 | 7 | D1 | 50 | 43 |
| Octal | 152 | 256 | 356 | 67 | 33 | 0 | 7 | 321 | 120 | 103 |
| Binary | 1101010 | 10101110 | 11101110 | 110111 | 11011 | 0 | 111 | 11010001 | 1010000 | 1000011 |
Color Harmonies of #6AAEEE
Complementary color
Monochromatic Colors of #6AAEEE
Black with #6AAEEE
Text Example
Text Example
White with #6AAEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AAEEE; }
p { color: rgb(106,174,238); }
H1.HeaderClassName
{
color: #6AAEEE;
}
.AnyTagClassName
{
color: #6AAEEE;
}
</style>
background-color css
<style>
a { background-color: #6AAEEE; }
a { background-color: rgb(106,174,238); }
div.DivClassName
{
background-color: #6AAEEE;
}
.BgClassName
{
background-color: #6AAEEE;
}
</style>
border-color css
<style>
span { border-color: #6AAEEE; }
span { border-color: rgb(106,174,238); }
td.TdClassName
{
border-color: #6AAEEE;
}
.TagClassName
{
border-color: #6AAEEE;
}
</style>