Shades of Malibu #61C1D0
Tints of Malibu #61C1D0
RGB
CMYK
RGB Variations
Color information
#61C1D0 (or 0x61C1D0) is known color: Malibu. HEX triplet: 61, C1 and D0. RGB value is (97,193,208). Sum of RGB (Red+Green+Blue) = 97+193+208=498 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.48% from 498); Green value is 193 (75.78% from 255 or 38.76% from 498); Blue value is 208 (81.64% from 255 or 41.77% from 498); Max value from RGB is 208 - color contains mainly: blue. Hex color #61C1D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61C1D0 is #9E3E2F. Grayscale: #A5A5A5. Windows color (decimal): -10370608 or 13680993. OLE color: 13680993.
HSL color Cylindrical-coordinate representation of color #61C1D0: hue angle of 188.11º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #61C1D0 is Cyan = 0.53, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 97 | 193 | 208 | - |
| CMYK | 0.53 | 0.07 | 0 | 0.18 |
| HSL | 188.11º | 0.54% | 0.6% | - |
| HSV(B) | 188.11º | 0.53% | 0.82% | - |
| XYZ | 35.38 | 45.24 | 66.54 | - |
| YUV | 166.01 | 151.7 | 78.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 193 | 208 | 0.53 | 0.07 | 0 | 0.18 | 188.11 | 0.54 | 0.6 |
| Hex | 61 | C1 | D0 | 35 | 7 | 0 | 12 | BC | 36 | 3C |
| Octal | 141 | 301 | 320 | 65 | 7 | 0 | 22 | 274 | 66 | 74 |
| Binary | 1100001 | 11000001 | 11010000 | 110101 | 111 | 0 | 10010 | 10111100 | 110110 | 111100 |
Color Harmonies of #61C1D0
Complementary color
Monochromatic Colors of #61C1D0
Black with #61C1D0
Text Example
Text Example
White with #61C1D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C1D0; }
p { color: rgb(97,193,208); }
H1.HeaderClassName
{
color: #61C1D0;
}
.AnyTagClassName
{
color: #61C1D0;
}
</style>
background-color css
<style>
a { background-color: #61C1D0; }
a { background-color: rgb(97,193,208); }
div.DivClassName
{
background-color: #61C1D0;
}
.BgClassName
{
background-color: #61C1D0;
}
</style>
border-color css
<style>
span { border-color: #61C1D0; }
span { border-color: rgb(97,193,208); }
td.TdClassName
{
border-color: #61C1D0;
}
.TagClassName
{
border-color: #61C1D0;
}
</style>