Shades of Malibu #61ABDA
Tints of Malibu #61ABDA
RGB
CMYK
RGB Variations
Color information
#61ABDA (or 0x61ABDA) is known color: Malibu. HEX triplet: 61, AB and DA. RGB value is (97,171,218). Sum of RGB (Red+Green+Blue) = 97+171+218=486 (64% of max value = 765). Red value is 97 (38.28% from 255 or 19.96% from 486); Green value is 171 (67.19% from 255 or 35.19% from 486); Blue value is 218 (85.55% from 255 or 44.86% from 486); Max value from RGB is 218 - color contains mainly: blue. Hex color #61ABDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61ABDA is #9E5425. Grayscale: #999999. Windows color (decimal): -10376230 or 14330721. OLE color: 14330721.
HSL color Cylindrical-coordinate representation of color #61ABDA: hue angle of 203.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 #61ABDA is Cyan = 0.56, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 97 | 171 | 218 | - |
| CMYK | 0.56 | 0.22 | 0 | 0.15 |
| HSL | 203.31º | 0.62% | 0.62% | - |
| HSV(B) | 203.31º | 0.56% | 0.85% | - |
| XYZ | 32.15 | 36.73 | 71.72 | - |
| YUV | 154.23 | 163.98 | 87.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 171 | 218 | 0.56 | 0.22 | 0 | 0.15 | 203.31 | 0.62 | 0.62 |
| Hex | 61 | AB | DA | 38 | 16 | 0 | F | CB | 3E | 3E |
| Octal | 141 | 253 | 332 | 70 | 26 | 0 | 17 | 313 | 76 | 76 |
| Binary | 1100001 | 10101011 | 11011010 | 111000 | 10110 | 0 | 1111 | 11001011 | 111110 | 111110 |
Color Harmonies of #61ABDA
Complementary color
Monochromatic Colors of #61ABDA
Black with #61ABDA
Text Example
Text Example
White with #61ABDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61ABDA; }
p { color: rgb(97,171,218); }
H1.HeaderClassName
{
color: #61ABDA;
}
.AnyTagClassName
{
color: #61ABDA;
}
</style>
background-color css
<style>
a { background-color: #61ABDA; }
a { background-color: rgb(97,171,218); }
div.DivClassName
{
background-color: #61ABDA;
}
.BgClassName
{
background-color: #61ABDA;
}
</style>
border-color css
<style>
span { border-color: #61ABDA; }
span { border-color: rgb(97,171,218); }
td.TdClassName
{
border-color: #61ABDA;
}
.TagClassName
{
border-color: #61ABDA;
}
</style>