Shades of Malibu #6AAADD
Tints of Malibu #6AAADD
RGB
CMYK
RGB Variations
Color information
#6AAADD (or 0x6AAADD) is known color: Malibu. HEX triplet: 6A, AA and DD. RGB value is (106,170,221). Sum of RGB (Red+Green+Blue) = 106+170+221=497 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.33% from 497); Green value is 170 (66.80% from 255 or 34.21% from 497); Blue value is 221 (86.72% from 255 or 44.47% from 497); Max value from RGB is 221 - color contains mainly: blue. Hex color #6AAADD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AAADD is #955522. Grayscale: #9C9C9C. Windows color (decimal): -9786659 or 14527082. OLE color: 14527082.
HSL color Cylindrical-coordinate representation of color #6AAADD: hue angle of 206.61º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6AAADD is Cyan = 0.52, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 170 | 221 | - |
| CMYK | 0.52 | 0.23 | 0 | 0.13 |
| HSL | 206.61º | 0.63% | 0.64% | - |
| HSV(B) | 206.61º | 0.52% | 0.87% | - |
| XYZ | 33.37 | 37.03 | 73.8 | - |
| YUV | 156.68 | 164.3 | 91.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 170 | 221 | 0.52 | 0.23 | 0 | 0.13 | 206.61 | 0.63 | 0.64 |
| Hex | 6A | AA | DD | 34 | 17 | 0 | D | CF | 3F | 40 |
| Octal | 152 | 252 | 335 | 64 | 27 | 0 | 15 | 317 | 77 | 100 |
| Binary | 1101010 | 10101010 | 11011101 | 110100 | 10111 | 0 | 1101 | 11001111 | 111111 | 1000000 |
Color Harmonies of #6AAADD
Complementary color
Monochromatic Colors of #6AAADD
Black with #6AAADD
Text Example
Text Example
White with #6AAADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AAADD; }
p { color: rgb(106,170,221); }
H1.HeaderClassName
{
color: #6AAADD;
}
.AnyTagClassName
{
color: #6AAADD;
}
</style>
background-color css
<style>
a { background-color: #6AAADD; }
a { background-color: rgb(106,170,221); }
div.DivClassName
{
background-color: #6AAADD;
}
.BgClassName
{
background-color: #6AAADD;
}
</style>
border-color css
<style>
span { border-color: #6AAADD; }
span { border-color: rgb(106,170,221); }
td.TdClassName
{
border-color: #6AAADD;
}
.TagClassName
{
border-color: #6AAADD;
}
</style>