Shades of Malibu #61C0E6
Tints of Malibu #61C0E6
RGB
CMYK
RGB Variations
Color information
#61C0E6 (or 0x61C0E6) is known color: Malibu. HEX triplet: 61, C0 and E6. RGB value is (97,192,230). Sum of RGB (Red+Green+Blue) = 97+192+230=519 (68% of max value = 765). Red value is 97 (38.28% from 255 or 18.69% from 519); Green value is 192 (75.39% from 255 or 36.99% from 519); Blue value is 230 (90.23% from 255 or 44.32% from 519); Max value from RGB is 230 - color contains mainly: blue. Hex color #61C0E6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61C0E6 is #9E3F19. Grayscale: #A7A7A7. Windows color (decimal): -10370842 or 15122529. OLE color: 15122529.
HSL color Cylindrical-coordinate representation of color #61C0E6: hue angle of 197.14º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #61C0E6 is Cyan = 0.58, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 97 | 192 | 230 | - |
| CMYK | 0.58 | 0.17 | 0 | 0.10 |
| HSL | 197.14º | 0.73% | 0.64% | - |
| HSV(B) | 197.14º | 0.58% | 0.9% | - |
| XYZ | 38.06 | 45.95 | 81.73 | - |
| YUV | 167.93 | 163.03 | 77.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 192 | 230 | 0.58 | 0.17 | 0 | 0.10 | 197.14 | 0.73 | 0.64 |
| Hex | 61 | C0 | E6 | 3A | 11 | 0 | A | C5 | 49 | 40 |
| Octal | 141 | 300 | 346 | 72 | 21 | 0 | 12 | 305 | 111 | 100 |
| Binary | 1100001 | 11000000 | 11100110 | 111010 | 10001 | 0 | 1010 | 11000101 | 1001001 | 1000000 |
Color Harmonies of #61C0E6
Complementary color
Monochromatic Colors of #61C0E6
Black with #61C0E6
Text Example
Text Example
White with #61C0E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C0E6; }
p { color: rgb(97,192,230); }
H1.HeaderClassName
{
color: #61C0E6;
}
.AnyTagClassName
{
color: #61C0E6;
}
</style>
background-color css
<style>
a { background-color: #61C0E6; }
a { background-color: rgb(97,192,230); }
div.DivClassName
{
background-color: #61C0E6;
}
.BgClassName
{
background-color: #61C0E6;
}
</style>
border-color css
<style>
span { border-color: #61C0E6; }
span { border-color: rgb(97,192,230); }
td.TdClassName
{
border-color: #61C0E6;
}
.TagClassName
{
border-color: #61C0E6;
}
</style>