Shades of Malibu #6AAADC
Tints of Malibu #6AAADC
RGB
CMYK
RGB Variations
Color information
#6AAADC (or 0x6AAADC) is known color: Malibu. HEX triplet: 6A, AA and DC. RGB value is (106,170,220). Sum of RGB (Red+Green+Blue) = 106+170+220=496 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.37% from 496); Green value is 170 (66.80% from 255 or 34.27% from 496); Blue value is 220 (86.33% from 255 or 44.35% from 496); Max value from RGB is 220 - color contains mainly: blue. Hex color #6AAADC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AAADC is #955523. Grayscale: #9C9C9C. Windows color (decimal): -9786660 or 14461546. OLE color: 14461546.
HSL color Cylindrical-coordinate representation of color #6AAADC: hue angle of 206.32º degrees, saturation: 0.62, 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 #6AAADC is Cyan = 0.52, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 106 | 170 | 220 | - |
| CMYK | 0.52 | 0.23 | 0 | 0.14 |
| HSL | 206.32º | 0.62% | 0.64% | - |
| HSV(B) | 206.32º | 0.52% | 0.86% | - |
| XYZ | 33.24 | 36.98 | 73.1 | - |
| YUV | 156.56 | 163.8 | 91.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 170 | 220 | 0.52 | 0.23 | 0 | 0.14 | 206.32 | 0.62 | 0.64 |
| Hex | 6A | AA | DC | 34 | 17 | 0 | E | CE | 3E | 40 |
| Octal | 152 | 252 | 334 | 64 | 27 | 0 | 16 | 316 | 76 | 100 |
| Binary | 1101010 | 10101010 | 11011100 | 110100 | 10111 | 0 | 1110 | 11001110 | 111110 | 1000000 |
Color Harmonies of #6AAADC
Complementary color
Monochromatic Colors of #6AAADC
Black with #6AAADC
Text Example
Text Example
White with #6AAADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AAADC; }
p { color: rgb(106,170,220); }
H1.HeaderClassName
{
color: #6AAADC;
}
.AnyTagClassName
{
color: #6AAADC;
}
</style>
background-color css
<style>
a { background-color: #6AAADC; }
a { background-color: rgb(106,170,220); }
div.DivClassName
{
background-color: #6AAADC;
}
.BgClassName
{
background-color: #6AAADC;
}
</style>
border-color css
<style>
span { border-color: #6AAADC; }
span { border-color: rgb(106,170,220); }
td.TdClassName
{
border-color: #6AAADC;
}
.TagClassName
{
border-color: #6AAADC;
}
</style>