Shades of Malibu #61C0E8
Tints of Malibu #61C0E8
RGB
CMYK
RGB Variations
Color information
#61C0E8 (or 0x61C0E8) is known color: Malibu. HEX triplet: 61, C0 and E8. RGB value is (97,192,232). Sum of RGB (Red+Green+Blue) = 97+192+232=521 (69% of max value = 765). Red value is 97 (38.28% from 255 or 18.62% from 521); Green value is 192 (75.39% from 255 or 36.85% from 521); Blue value is 232 (91.02% from 255 or 44.53% from 521); Max value from RGB is 232 - color contains mainly: blue. Hex color #61C0E8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61C0E8 is #9E3F17. Grayscale: #A7A7A7. Windows color (decimal): -10370840 or 15253601. OLE color: 15253601.
HSL color Cylindrical-coordinate representation of color #61C0E8: hue angle of 197.78º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #61C0E8 is Cyan = 0.58, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 97 | 192 | 232 | - |
| CMYK | 0.58 | 0.17 | 0 | 0.09 |
| HSL | 197.78º | 0.75% | 0.65% | - |
| HSV(B) | 197.78º | 0.58% | 0.91% | - |
| XYZ | 38.34 | 46.07 | 83.21 | - |
| YUV | 168.16 | 164.03 | 77.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 192 | 232 | 0.58 | 0.17 | 0 | 0.09 | 197.78 | 0.75 | 0.65 |
| Hex | 61 | C0 | E8 | 3A | 11 | 0 | 9 | C6 | 4B | 41 |
| Octal | 141 | 300 | 350 | 72 | 21 | 0 | 11 | 306 | 113 | 101 |
| Binary | 1100001 | 11000000 | 11101000 | 111010 | 10001 | 0 | 1001 | 11000110 | 1001011 | 1000001 |
Color Harmonies of #61C0E8
Complementary color
Monochromatic Colors of #61C0E8
Black with #61C0E8
Text Example
Text Example
White with #61C0E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C0E8; }
p { color: rgb(97,192,232); }
H1.HeaderClassName
{
color: #61C0E8;
}
.AnyTagClassName
{
color: #61C0E8;
}
</style>
background-color css
<style>
a { background-color: #61C0E8; }
a { background-color: rgb(97,192,232); }
div.DivClassName
{
background-color: #61C0E8;
}
.BgClassName
{
background-color: #61C0E8;
}
</style>
border-color css
<style>
span { border-color: #61C0E8; }
span { border-color: rgb(97,192,232); }
td.TdClassName
{
border-color: #61C0E8;
}
.TagClassName
{
border-color: #61C0E8;
}
</style>