Shades of Malibu #61AADF
Tints of Malibu #61AADF
RGB
CMYK
RGB Variations
Color information
#61AADF (or 0x61AADF) is known color: Malibu. HEX triplet: 61, AA and DF. RGB value is (97,170,223). Sum of RGB (Red+Green+Blue) = 97+170+223=490 (64% of max value = 765). Red value is 97 (38.28% from 255 or 19.80% from 490); Green value is 170 (66.80% from 255 or 34.69% from 490); Blue value is 223 (87.5% from 255 or 45.51% from 490); Max value from RGB is 223 - color contains mainly: blue. Hex color #61AADF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61AADF is #9E5520. Grayscale: #999999. Windows color (decimal): -10376481 or 14658145. OLE color: 14658145.
HSL color Cylindrical-coordinate representation of color #61AADF: hue angle of 205.24º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #61AADF is Cyan = 0.57, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 170 | 223 | - |
| CMYK | 0.57 | 0.24 | 0 | 0.13 |
| HSL | 205.24º | 0.66% | 0.63% | - |
| HSV(B) | 205.24º | 0.57% | 0.87% | - |
| XYZ | 32.62 | 36.62 | 75.16 | - |
| YUV | 154.22 | 166.82 | 87.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 170 | 223 | 0.57 | 0.24 | 0 | 0.13 | 205.24 | 0.66 | 0.63 |
| Hex | 61 | AA | DF | 39 | 18 | 0 | D | CD | 42 | 3F |
| Octal | 141 | 252 | 337 | 71 | 30 | 0 | 15 | 315 | 102 | 77 |
| Binary | 1100001 | 10101010 | 11011111 | 111001 | 11000 | 0 | 1101 | 11001101 | 1000010 | 111111 |
Color Harmonies of #61AADF
Complementary color
Monochromatic Colors of #61AADF
Black with #61AADF
Text Example
Text Example
White with #61AADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61AADF; }
p { color: rgb(97,170,223); }
H1.HeaderClassName
{
color: #61AADF;
}
.AnyTagClassName
{
color: #61AADF;
}
</style>
background-color css
<style>
a { background-color: #61AADF; }
a { background-color: rgb(97,170,223); }
div.DivClassName
{
background-color: #61AADF;
}
.BgClassName
{
background-color: #61AADF;
}
</style>
border-color css
<style>
span { border-color: #61AADF; }
span { border-color: rgb(97,170,223); }
td.TdClassName
{
border-color: #61AADF;
}
.TagClassName
{
border-color: #61AADF;
}
</style>