Shades of Malibu #6AADD5
Tints of Malibu #6AADD5
RGB
CMYK
RGB Variations
Color information
#6AADD5 (or 0x6AADD5) is known color: Malibu. HEX triplet: 6A, AD and D5. RGB value is (106,173,213). Sum of RGB (Red+Green+Blue) = 106+173+213=492 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.54% from 492); Green value is 173 (67.97% from 255 or 35.16% from 492); Blue value is 213 (83.59% from 255 or 43.29% from 492); Max value from RGB is 213 - color contains mainly: blue. Hex color #6AADD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AADD5 is #95522A. Grayscale: #9D9D9D. Windows color (decimal): -9785899 or 14003562. OLE color: 14003562.
HSL color Cylindrical-coordinate representation of color #6AADD5: hue angle of 202.43º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6AADD5 is Cyan = 0.50, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 106 | 173 | 213 | - |
| CMYK | 0.50 | 0.19 | 0 | 0.16 |
| HSL | 202.43º | 0.56% | 0.63% | - |
| HSV(B) | 202.43º | 0.5% | 0.84% | - |
| XYZ | 32.9 | 37.76 | 68.5 | - |
| YUV | 157.53 | 159.3 | 91.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 173 | 213 | 0.50 | 0.19 | 0 | 0.16 | 202.43 | 0.56 | 0.63 |
| Hex | 6A | AD | D5 | 32 | 13 | 0 | 10 | CA | 38 | 3F |
| Octal | 152 | 255 | 325 | 62 | 23 | 0 | 20 | 312 | 70 | 77 |
| Binary | 1101010 | 10101101 | 11010101 | 110010 | 10011 | 0 | 10000 | 11001010 | 111000 | 111111 |
Color Harmonies of #6AADD5
Complementary color
Monochromatic Colors of #6AADD5
Black with #6AADD5
Text Example
Text Example
White with #6AADD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AADD5; }
p { color: rgb(106,173,213); }
H1.HeaderClassName
{
color: #6AADD5;
}
.AnyTagClassName
{
color: #6AADD5;
}
</style>
background-color css
<style>
a { background-color: #6AADD5; }
a { background-color: rgb(106,173,213); }
div.DivClassName
{
background-color: #6AADD5;
}
.BgClassName
{
background-color: #6AADD5;
}
</style>
border-color css
<style>
span { border-color: #6AADD5; }
span { border-color: rgb(106,173,213); }
td.TdClassName
{
border-color: #6AADD5;
}
.TagClassName
{
border-color: #6AADD5;
}
</style>