Shades of Malibu #6AAEF1
Tints of Malibu #6AAEF1
RGB
CMYK
RGB Variations
Color information
#6AAEF1 (or 0x6AAEF1) is known color: Malibu. HEX triplet: 6A, AE and F1. RGB value is (106,174,241). Sum of RGB (Red+Green+Blue) = 106+174+241=521 (69% of max value = 765). Red value is 106 (41.80% from 255 or 20.35% from 521); Green value is 174 (68.36% from 255 or 33.40% from 521); Blue value is 241 (94.53% from 255 or 46.26% from 521); Max value from RGB is 241 - color contains mainly: blue. Hex color #6AAEF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6AAEF1 is #95510E. Grayscale: #A0A0A0. Windows color (decimal): -9785615 or 15838826. OLE color: 15838826.
HSL color Cylindrical-coordinate representation of color #6AAEF1: hue angle of 209.78º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6AAEF1 is Cyan = 0.56, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 106 | 174 | 241 | - |
| CMYK | 0.56 | 0.28 | 0 | 0.05 |
| HSL | 209.78º | 0.83% | 0.68% | - |
| HSV(B) | 209.78º | 0.56% | 0.95% | - |
| XYZ | 36.96 | 39.69 | 88.93 | - |
| YUV | 161.31 | 172.97 | 88.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 174 | 241 | 0.56 | 0.28 | 0 | 0.05 | 209.78 | 0.83 | 0.68 |
| Hex | 6A | AE | F1 | 38 | 1C | 0 | 5 | D2 | 53 | 44 |
| Octal | 152 | 256 | 361 | 70 | 34 | 0 | 5 | 322 | 123 | 104 |
| Binary | 1101010 | 10101110 | 11110001 | 111000 | 11100 | 0 | 101 | 11010010 | 1010011 | 1000100 |
Color Harmonies of #6AAEF1
Complementary color
Monochromatic Colors of #6AAEF1
Black with #6AAEF1
Text Example
Text Example
White with #6AAEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AAEF1; }
p { color: rgb(106,174,241); }
H1.HeaderClassName
{
color: #6AAEF1;
}
.AnyTagClassName
{
color: #6AAEF1;
}
</style>
background-color css
<style>
a { background-color: #6AAEF1; }
a { background-color: rgb(106,174,241); }
div.DivClassName
{
background-color: #6AAEF1;
}
.BgClassName
{
background-color: #6AAEF1;
}
</style>
border-color css
<style>
span { border-color: #6AAEF1; }
span { border-color: rgb(106,174,241); }
td.TdClassName
{
border-color: #6AAEF1;
}
.TagClassName
{
border-color: #6AAEF1;
}
</style>