Shades of Malibu #61ADDA
Tints of Malibu #61ADDA
RGB
CMYK
RGB Variations
Color information
#61ADDA (or 0x61ADDA) is known color: Malibu. HEX triplet: 61, AD and DA. RGB value is (97,173,218). Sum of RGB (Red+Green+Blue) = 97+173+218=488 (64% of max value = 765). Red value is 97 (38.28% from 255 or 19.88% from 488); Green value is 173 (67.97% from 255 or 35.45% from 488); Blue value is 218 (85.55% from 255 or 44.67% from 488); Max value from RGB is 218 - color contains mainly: blue. Hex color #61ADDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61ADDA is #9E5225. Grayscale: #9B9B9B. Windows color (decimal): -10375718 or 14331233. OLE color: 14331233.
HSL color Cylindrical-coordinate representation of color #61ADDA: hue angle of 202.31º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61ADDA is Cyan = 0.56, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 97 | 173 | 218 | - |
| CMYK | 0.56 | 0.21 | 0 | 0.15 |
| HSL | 202.31º | 0.62% | 0.62% | - |
| HSV(B) | 202.31º | 0.56% | 0.85% | - |
| XYZ | 32.53 | 37.49 | 71.85 | - |
| YUV | 155.41 | 163.32 | 86.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 173 | 218 | 0.56 | 0.21 | 0 | 0.15 | 202.31 | 0.62 | 0.62 |
| Hex | 61 | AD | DA | 38 | 15 | 0 | F | CA | 3E | 3E |
| Octal | 141 | 255 | 332 | 70 | 25 | 0 | 17 | 312 | 76 | 76 |
| Binary | 1100001 | 10101101 | 11011010 | 111000 | 10101 | 0 | 1111 | 11001010 | 111110 | 111110 |
Color Harmonies of #61ADDA
Complementary color
Monochromatic Colors of #61ADDA
Black with #61ADDA
Text Example
Text Example
White with #61ADDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61ADDA; }
p { color: rgb(97,173,218); }
H1.HeaderClassName
{
color: #61ADDA;
}
.AnyTagClassName
{
color: #61ADDA;
}
</style>
background-color css
<style>
a { background-color: #61ADDA; }
a { background-color: rgb(97,173,218); }
div.DivClassName
{
background-color: #61ADDA;
}
.BgClassName
{
background-color: #61ADDA;
}
</style>
border-color css
<style>
span { border-color: #61ADDA; }
span { border-color: rgb(97,173,218); }
td.TdClassName
{
border-color: #61ADDA;
}
.TagClassName
{
border-color: #61ADDA;
}
</style>