Shades of Malibu #61C1D7
Tints of Malibu #61C1D7
RGB
CMYK
RGB Variations
Color information
#61C1D7 (or 0x61C1D7) is known color: Malibu. HEX triplet: 61, C1 and D7. RGB value is (97,193,215). Sum of RGB (Red+Green+Blue) = 97+193+215=505 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.21% from 505); Green value is 193 (75.78% from 255 or 38.22% from 505); Blue value is 215 (84.38% from 255 or 42.57% from 505); Max value from RGB is 215 - color contains mainly: blue. Hex color #61C1D7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61C1D7 is #9E3E28. Grayscale: #A6A6A6. Windows color (decimal): -10370601 or 14139745. OLE color: 14139745.
HSL color Cylindrical-coordinate representation of color #61C1D7: hue angle of 191.19º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #61C1D7 is Cyan = 0.55, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 97 | 193 | 215 | - |
| CMYK | 0.55 | 0.10 | 0 | 0.16 |
| HSL | 191.19º | 0.6% | 0.61% | - |
| HSV(B) | 191.19º | 0.55% | 0.84% | - |
| XYZ | 36.27 | 45.59 | 71.18 | - |
| YUV | 166.8 | 155.2 | 78.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 193 | 215 | 0.55 | 0.10 | 0 | 0.16 | 191.19 | 0.6 | 0.61 |
| Hex | 61 | C1 | D7 | 37 | A | 0 | 10 | BF | 3C | 3D |
| Octal | 141 | 301 | 327 | 67 | 12 | 0 | 20 | 277 | 74 | 75 |
| Binary | 1100001 | 11000001 | 11010111 | 110111 | 1010 | 0 | 10000 | 10111111 | 111100 | 111101 |
Color Harmonies of #61C1D7
Complementary color
Monochromatic Colors of #61C1D7
Black with #61C1D7
Text Example
Text Example
White with #61C1D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C1D7; }
p { color: rgb(97,193,215); }
H1.HeaderClassName
{
color: #61C1D7;
}
.AnyTagClassName
{
color: #61C1D7;
}
</style>
background-color css
<style>
a { background-color: #61C1D7; }
a { background-color: rgb(97,193,215); }
div.DivClassName
{
background-color: #61C1D7;
}
.BgClassName
{
background-color: #61C1D7;
}
</style>
border-color css
<style>
span { border-color: #61C1D7; }
span { border-color: rgb(97,193,215); }
td.TdClassName
{
border-color: #61C1D7;
}
.TagClassName
{
border-color: #61C1D7;
}
</style>