Shades of Malibu #6AAEDD
Tints of Malibu #6AAEDD
RGB
CMYK
RGB Variations
Color information
#6AAEDD (or 0x6AAEDD) is known color: Malibu. HEX triplet: 6A, AE and DD. RGB value is (106,174,221). Sum of RGB (Red+Green+Blue) = 106+174+221=501 (66% of max value = 765). Red value is 106 (41.80% from 255 or 21.16% from 501); Green value is 174 (68.36% from 255 or 34.73% from 501); Blue value is 221 (86.72% from 255 or 44.11% from 501); Max value from RGB is 221 - color contains mainly: blue. Hex color #6AAEDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AAEDD is #955122. Grayscale: #9E9E9E. Windows color (decimal): -9785635 or 14528106. OLE color: 14528106.
HSL color Cylindrical-coordinate representation of color #6AAEDD: hue angle of 204.52º 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 #6AAEDD is Cyan = 0.52, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 174 | 221 | - |
| CMYK | 0.52 | 0.21 | 0 | 0.13 |
| HSL | 204.52º | 0.63% | 0.64% | - |
| HSV(B) | 204.52º | 0.52% | 0.87% | - |
| XYZ | 34.13 | 38.56 | 74.05 | - |
| YUV | 159.03 | 162.97 | 90.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 174 | 221 | 0.52 | 0.21 | 0 | 0.13 | 204.52 | 0.63 | 0.64 |
| Hex | 6A | AE | DD | 34 | 15 | 0 | D | CD | 3F | 40 |
| Octal | 152 | 256 | 335 | 64 | 25 | 0 | 15 | 315 | 77 | 100 |
| Binary | 1101010 | 10101110 | 11011101 | 110100 | 10101 | 0 | 1101 | 11001101 | 111111 | 1000000 |
Color Harmonies of #6AAEDD
Complementary color
Monochromatic Colors of #6AAEDD
Black with #6AAEDD
Text Example
Text Example
White with #6AAEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AAEDD; }
p { color: rgb(106,174,221); }
H1.HeaderClassName
{
color: #6AAEDD;
}
.AnyTagClassName
{
color: #6AAEDD;
}
</style>
background-color css
<style>
a { background-color: #6AAEDD; }
a { background-color: rgb(106,174,221); }
div.DivClassName
{
background-color: #6AAEDD;
}
.BgClassName
{
background-color: #6AAEDD;
}
</style>
border-color css
<style>
span { border-color: #6AAEDD; }
span { border-color: rgb(106,174,221); }
td.TdClassName
{
border-color: #6AAEDD;
}
.TagClassName
{
border-color: #6AAEDD;
}
</style>