Shades of Malibu #61ADD9
Tints of Malibu #61ADD9
RGB
CMYK
RGB Variations
Color information
#61ADD9 (or 0x61ADD9) is known color: Malibu. HEX triplet: 61, AD and D9. RGB value is (97,173,217). Sum of RGB (Red+Green+Blue) = 97+173+217=487 (64% of max value = 765). Red value is 97 (38.28% from 255 or 19.92% from 487); Green value is 173 (67.97% from 255 or 35.52% from 487); Blue value is 217 (85.16% from 255 or 44.56% from 487); Max value from RGB is 217 - color contains mainly: blue. Hex color #61ADD9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61ADD9 is #9E5226. Grayscale: #9B9B9B. Windows color (decimal): -10375719 or 14265697. OLE color: 14265697.
HSL color Cylindrical-coordinate representation of color #61ADD9: hue angle of 202º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #61ADD9 is Cyan = 0.55, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 97 | 173 | 217 | - |
| CMYK | 0.55 | 0.20 | 0 | 0.15 |
| HSL | 202º | 0.61% | 0.62% | - |
| HSV(B) | 202º | 0.55% | 0.85% | - |
| XYZ | 32.4 | 37.44 | 71.16 | - |
| YUV | 155.29 | 162.82 | 86.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 173 | 217 | 0.55 | 0.20 | 0 | 0.15 | 202 | 0.61 | 0.62 |
| Hex | 61 | AD | D9 | 37 | 14 | 0 | F | CA | 3D | 3E |
| Octal | 141 | 255 | 331 | 67 | 24 | 0 | 17 | 312 | 75 | 76 |
| Binary | 1100001 | 10101101 | 11011001 | 110111 | 10100 | 0 | 1111 | 11001010 | 111101 | 111110 |
Color Harmonies of #61ADD9
Complementary color
Monochromatic Colors of #61ADD9
Black with #61ADD9
Text Example
Text Example
White with #61ADD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61ADD9; }
p { color: rgb(97,173,217); }
H1.HeaderClassName
{
color: #61ADD9;
}
.AnyTagClassName
{
color: #61ADD9;
}
</style>
background-color css
<style>
a { background-color: #61ADD9; }
a { background-color: rgb(97,173,217); }
div.DivClassName
{
background-color: #61ADD9;
}
.BgClassName
{
background-color: #61ADD9;
}
</style>
border-color css
<style>
span { border-color: #61ADD9; }
span { border-color: rgb(97,173,217); }
td.TdClassName
{
border-color: #61ADD9;
}
.TagClassName
{
border-color: #61ADD9;
}
</style>