Shades of Malibu #61AED5
Tints of Malibu #61AED5
RGB
CMYK
RGB Variations
Color information
#61AED5 (or 0x61AED5) is known color: Malibu. HEX triplet: 61, AE and D5. RGB value is (97,174,213). Sum of RGB (Red+Green+Blue) = 97+174+213=484 (64% of max value = 765). Red value is 97 (38.28% from 255 or 20.04% from 484); Green value is 174 (68.36% from 255 or 35.95% from 484); Blue value is 213 (83.59% from 255 or 44.01% from 484); Max value from RGB is 213 - color contains mainly: blue. Hex color #61AED5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61AED5 is #9E512A. Grayscale: #9B9B9B. Windows color (decimal): -10375467 or 14003809. OLE color: 14003809.
HSL color Cylindrical-coordinate representation of color #61AED5: hue angle of 200.17º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #61AED5 is Cyan = 0.54, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 97 | 174 | 213 | - |
| CMYK | 0.54 | 0.18 | 0 | 0.16 |
| HSL | 200.17º | 0.58% | 0.61% | - |
| HSV(B) | 200.17º | 0.54% | 0.84% | - |
| XYZ | 32.08 | 37.62 | 68.52 | - |
| YUV | 155.42 | 160.49 | 86.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 174 | 213 | 0.54 | 0.18 | 0 | 0.16 | 200.17 | 0.58 | 0.61 |
| Hex | 61 | AE | D5 | 36 | 12 | 0 | 10 | C8 | 3A | 3D |
| Octal | 141 | 256 | 325 | 66 | 22 | 0 | 20 | 310 | 72 | 75 |
| Binary | 1100001 | 10101110 | 11010101 | 110110 | 10010 | 0 | 10000 | 11001000 | 111010 | 111101 |
Color Harmonies of #61AED5
Complementary color
Monochromatic Colors of #61AED5
Black with #61AED5
Text Example
Text Example
White with #61AED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61AED5; }
p { color: rgb(97,174,213); }
H1.HeaderClassName
{
color: #61AED5;
}
.AnyTagClassName
{
color: #61AED5;
}
</style>
background-color css
<style>
a { background-color: #61AED5; }
a { background-color: rgb(97,174,213); }
div.DivClassName
{
background-color: #61AED5;
}
.BgClassName
{
background-color: #61AED5;
}
</style>
border-color css
<style>
span { border-color: #61AED5; }
span { border-color: rgb(97,174,213); }
td.TdClassName
{
border-color: #61AED5;
}
.TagClassName
{
border-color: #61AED5;
}
</style>