Shades of Malibu #61A9E5
Tints of Malibu #61A9E5
RGB
CMYK
RGB Variations
Color information
#61A9E5 (or 0x61A9E5) is known color: Malibu. HEX triplet: 61, A9 and E5. RGB value is (97,169,229). Sum of RGB (Red+Green+Blue) = 97+169+229=495 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.60% from 495); Green value is 169 (66.41% from 255 or 34.14% from 495); Blue value is 229 (89.84% from 255 or 46.26% from 495); Max value from RGB is 229 - color contains mainly: blue. Hex color #61A9E5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61A9E5 is #9E561A. Grayscale: #9A9A9A. Windows color (decimal): -10376731 or 15051105. OLE color: 15051105.
HSL color Cylindrical-coordinate representation of color #61A9E5: hue angle of 207.27º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #61A9E5 is Cyan = 0.58, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 97 | 169 | 229 | - |
| CMYK | 0.58 | 0.26 | 0 | 0.10 |
| HSL | 207.27º | 0.72% | 0.64% | - |
| HSV(B) | 207.27º | 0.58% | 0.9% | - |
| XYZ | 33.26 | 36.57 | 79.44 | - |
| YUV | 154.31 | 170.15 | 87.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 169 | 229 | 0.58 | 0.26 | 0 | 0.10 | 207.27 | 0.72 | 0.64 |
| Hex | 61 | A9 | E5 | 3A | 1A | 0 | A | CF | 48 | 40 |
| Octal | 141 | 251 | 345 | 72 | 32 | 0 | 12 | 317 | 110 | 100 |
| Binary | 1100001 | 10101001 | 11100101 | 111010 | 11010 | 0 | 1010 | 11001111 | 1001000 | 1000000 |
Color Harmonies of #61A9E5
Complementary color
Monochromatic Colors of #61A9E5
Black with #61A9E5
Text Example
Text Example
White with #61A9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A9E5; }
p { color: rgb(97,169,229); }
H1.HeaderClassName
{
color: #61A9E5;
}
.AnyTagClassName
{
color: #61A9E5;
}
</style>
background-color css
<style>
a { background-color: #61A9E5; }
a { background-color: rgb(97,169,229); }
div.DivClassName
{
background-color: #61A9E5;
}
.BgClassName
{
background-color: #61A9E5;
}
</style>
border-color css
<style>
span { border-color: #61A9E5; }
span { border-color: rgb(97,169,229); }
td.TdClassName
{
border-color: #61A9E5;
}
.TagClassName
{
border-color: #61A9E5;
}
</style>