Shades of Malibu #61C0E4
Tints of Malibu #61C0E4
RGB
CMYK
RGB Variations
Color information
#61C0E4 (or 0x61C0E4) is known color: Malibu. HEX triplet: 61, C0 and E4. RGB value is (97,192,228). Sum of RGB (Red+Green+Blue) = 97+192+228=517 (68% of max value = 765). Red value is 97 (38.28% from 255 or 18.76% from 517); Green value is 192 (75.39% from 255 or 37.14% from 517); Blue value is 228 (89.45% from 255 or 44.10% from 517); Max value from RGB is 228 - color contains mainly: blue. Hex color #61C0E4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61C0E4 is #9E3F1B. Grayscale: #A7A7A7. Windows color (decimal): -10370844 or 14991457. OLE color: 14991457.
HSL color Cylindrical-coordinate representation of color #61C0E4: hue angle of 196.49º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #61C0E4 is Cyan = 0.57, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 97 | 192 | 228 | - |
| CMYK | 0.57 | 0.16 | 0 | 0.11 |
| HSL | 196.49º | 0.71% | 0.64% | - |
| HSV(B) | 196.49º | 0.57% | 0.89% | - |
| XYZ | 37.78 | 45.84 | 80.26 | - |
| YUV | 167.7 | 162.03 | 77.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 192 | 228 | 0.57 | 0.16 | 0 | 0.11 | 196.49 | 0.71 | 0.64 |
| Hex | 61 | C0 | E4 | 39 | 10 | 0 | B | C4 | 47 | 40 |
| Octal | 141 | 300 | 344 | 71 | 20 | 0 | 13 | 304 | 107 | 100 |
| Binary | 1100001 | 11000000 | 11100100 | 111001 | 10000 | 0 | 1011 | 11000100 | 1000111 | 1000000 |
Color Harmonies of #61C0E4
Complementary color
Monochromatic Colors of #61C0E4
Black with #61C0E4
Text Example
Text Example
White with #61C0E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C0E4; }
p { color: rgb(97,192,228); }
H1.HeaderClassName
{
color: #61C0E4;
}
.AnyTagClassName
{
color: #61C0E4;
}
</style>
background-color css
<style>
a { background-color: #61C0E4; }
a { background-color: rgb(97,192,228); }
div.DivClassName
{
background-color: #61C0E4;
}
.BgClassName
{
background-color: #61C0E4;
}
</style>
border-color css
<style>
span { border-color: #61C0E4; }
span { border-color: rgb(97,192,228); }
td.TdClassName
{
border-color: #61C0E4;
}
.TagClassName
{
border-color: #61C0E4;
}
</style>