Shades of Malibu #61C1E1
Tints of Malibu #61C1E1
RGB
CMYK
RGB Variations
Color information
#61C1E1 (or 0x61C1E1) is known color: Malibu. HEX triplet: 61, C1 and E1. RGB value is (97,193,225). Sum of RGB (Red+Green+Blue) = 97+193+225=515 (68% of max value = 765). Red value is 97 (38.28% from 255 or 18.83% from 515); Green value is 193 (75.78% from 255 or 37.48% from 515); Blue value is 225 (88.28% from 255 or 43.69% from 515); Max value from RGB is 225 - color contains mainly: blue. Hex color #61C1E1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61C1E1 is #9E3E1E. Grayscale: #A7A7A7. Windows color (decimal): -10370591 or 14795105. OLE color: 14795105.
HSL color Cylindrical-coordinate representation of color #61C1E1: hue angle of 195º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #61C1E1 is Cyan = 0.57, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 97 | 193 | 225 | - |
| CMYK | 0.57 | 0.14 | 0 | 0.12 |
| HSL | 195º | 0.68% | 0.63% | - |
| HSV(B) | 195º | 0.57% | 0.88% | - |
| XYZ | 37.59 | 46.12 | 78.15 | - |
| YUV | 167.94 | 160.2 | 77.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 193 | 225 | 0.57 | 0.14 | 0 | 0.12 | 195 | 0.68 | 0.63 |
| Hex | 61 | C1 | E1 | 39 | E | 0 | C | C3 | 44 | 3F |
| Octal | 141 | 301 | 341 | 71 | 16 | 0 | 14 | 303 | 104 | 77 |
| Binary | 1100001 | 11000001 | 11100001 | 111001 | 1110 | 0 | 1100 | 11000011 | 1000100 | 111111 |
Color Harmonies of #61C1E1
Complementary color
Monochromatic Colors of #61C1E1
Black with #61C1E1
Text Example
Text Example
White with #61C1E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C1E1; }
p { color: rgb(97,193,225); }
H1.HeaderClassName
{
color: #61C1E1;
}
.AnyTagClassName
{
color: #61C1E1;
}
</style>
background-color css
<style>
a { background-color: #61C1E1; }
a { background-color: rgb(97,193,225); }
div.DivClassName
{
background-color: #61C1E1;
}
.BgClassName
{
background-color: #61C1E1;
}
</style>
border-color css
<style>
span { border-color: #61C1E1; }
span { border-color: rgb(97,193,225); }
td.TdClassName
{
border-color: #61C1E1;
}
.TagClassName
{
border-color: #61C1E1;
}
</style>