Shades of Malibu #61ABDD
Tints of Malibu #61ABDD
RGB
CMYK
RGB Variations
Color information
#61ABDD (or 0x61ABDD) is known color: Malibu. HEX triplet: 61, AB and DD. RGB value is (97,171,221). Sum of RGB (Red+Green+Blue) = 97+171+221=489 (64% of max value = 765). Red value is 97 (38.28% from 255 or 19.84% from 489); Green value is 171 (67.19% from 255 or 34.97% from 489); Blue value is 221 (86.72% from 255 or 45.19% from 489); Max value from RGB is 221 - color contains mainly: blue. Hex color #61ABDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61ABDD is #9E5422. Grayscale: #9A9A9A. Windows color (decimal): -10376227 or 14527329. OLE color: 14527329.
HSL color Cylindrical-coordinate representation of color #61ABDD: hue angle of 204.19º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61ABDD is Cyan = 0.56, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 171 | 221 | - |
| CMYK | 0.56 | 0.23 | 0 | 0.13 |
| HSL | 204.19º | 0.65% | 0.62% | - |
| HSV(B) | 204.19º | 0.56% | 0.87% | - |
| XYZ | 32.54 | 36.89 | 73.81 | - |
| YUV | 154.57 | 165.48 | 86.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 171 | 221 | 0.56 | 0.23 | 0 | 0.13 | 204.19 | 0.65 | 0.62 |
| Hex | 61 | AB | DD | 38 | 17 | 0 | D | CC | 41 | 3E |
| Octal | 141 | 253 | 335 | 70 | 27 | 0 | 15 | 314 | 101 | 76 |
| Binary | 1100001 | 10101011 | 11011101 | 111000 | 10111 | 0 | 1101 | 11001100 | 1000001 | 111110 |
Color Harmonies of #61ABDD
Complementary color
Monochromatic Colors of #61ABDD
Black with #61ABDD
Text Example
Text Example
White with #61ABDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61ABDD; }
p { color: rgb(97,171,221); }
H1.HeaderClassName
{
color: #61ABDD;
}
.AnyTagClassName
{
color: #61ABDD;
}
</style>
background-color css
<style>
a { background-color: #61ABDD; }
a { background-color: rgb(97,171,221); }
div.DivClassName
{
background-color: #61ABDD;
}
.BgClassName
{
background-color: #61ABDD;
}
</style>
border-color css
<style>
span { border-color: #61ABDD; }
span { border-color: rgb(97,171,221); }
td.TdClassName
{
border-color: #61ABDD;
}
.TagClassName
{
border-color: #61ABDD;
}
</style>