Shades of Malibu #6AAEDB
Tints of Malibu #6AAEDB
RGB
CMYK
RGB Variations
Color information
#6AAEDB (or 0x6AAEDB) is known color: Malibu. HEX triplet: 6A, AE and DB. RGB value is (106,174,219). Sum of RGB (Red+Green+Blue) = 106+174+219=499 (66% of max value = 765). Red value is 106 (41.80% from 255 or 21.24% from 499); Green value is 174 (68.36% from 255 or 34.87% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 219 - color contains mainly: blue. Hex color #6AAEDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AAEDB is #955124. Grayscale: #9E9E9E. Windows color (decimal): -9785637 or 14397034. OLE color: 14397034.
HSL color Cylindrical-coordinate representation of color #6AAEDB: hue angle of 203.89º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6AAEDB is Cyan = 0.52, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 106 | 174 | 219 | - |
| CMYK | 0.52 | 0.21 | 0 | 0.14 |
| HSL | 203.89º | 0.61% | 0.64% | - |
| HSV(B) | 203.89º | 0.52% | 0.86% | - |
| XYZ | 33.87 | 38.45 | 72.65 | - |
| YUV | 158.8 | 161.97 | 90.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 174 | 219 | 0.52 | 0.21 | 0 | 0.14 | 203.89 | 0.61 | 0.64 |
| Hex | 6A | AE | DB | 34 | 15 | 0 | E | CC | 3D | 40 |
| Octal | 152 | 256 | 333 | 64 | 25 | 0 | 16 | 314 | 75 | 100 |
| Binary | 1101010 | 10101110 | 11011011 | 110100 | 10101 | 0 | 1110 | 11001100 | 111101 | 1000000 |
Color Harmonies of #6AAEDB
Complementary color
Monochromatic Colors of #6AAEDB
Black with #6AAEDB
Text Example
Text Example
White with #6AAEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AAEDB; }
p { color: rgb(106,174,219); }
H1.HeaderClassName
{
color: #6AAEDB;
}
.AnyTagClassName
{
color: #6AAEDB;
}
</style>
background-color css
<style>
a { background-color: #6AAEDB; }
a { background-color: rgb(106,174,219); }
div.DivClassName
{
background-color: #6AAEDB;
}
.BgClassName
{
background-color: #6AAEDB;
}
</style>
border-color css
<style>
span { border-color: #6AAEDB; }
span { border-color: rgb(106,174,219); }
td.TdClassName
{
border-color: #6AAEDB;
}
.TagClassName
{
border-color: #6AAEDB;
}
</style>