Shades of Malibu #61C6DB
Tints of Malibu #61C6DB
RGB
CMYK
RGB Variations
Color information
#61C6DB (or 0x61C6DB) is known color: Malibu. HEX triplet: 61, C6 and DB. RGB value is (97,198,219). Sum of RGB (Red+Green+Blue) = 97+198+219=514 (68% of max value = 765). Red value is 97 (38.28% from 255 or 18.87% from 514); Green value is 198 (77.73% from 255 or 38.52% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 219 - color contains mainly: blue. Hex color #61C6DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61C6DB is #9E3924. Grayscale: #AAAAAA. Windows color (decimal): -10369317 or 14403169. OLE color: 14403169.
HSL color Cylindrical-coordinate representation of color #61C6DB: hue angle of 190.33º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61C6DB is Cyan = 0.56, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 198 | 219 | - |
| CMYK | 0.56 | 0.10 | 0 | 0.14 |
| HSL | 190.33º | 0.63% | 0.62% | - |
| HSV(B) | 190.33º | 0.56% | 0.86% | - |
| XYZ | 37.91 | 48.04 | 74.29 | - |
| YUV | 170.2 | 155.54 | 75.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 198 | 219 | 0.56 | 0.10 | 0 | 0.14 | 190.33 | 0.63 | 0.62 |
| Hex | 61 | C6 | DB | 38 | A | 0 | E | BE | 3F | 3E |
| Octal | 141 | 306 | 333 | 70 | 12 | 0 | 16 | 276 | 77 | 76 |
| Binary | 1100001 | 11000110 | 11011011 | 111000 | 1010 | 0 | 1110 | 10111110 | 111111 | 111110 |
Color Harmonies of #61C6DB
Complementary color
Monochromatic Colors of #61C6DB
Black with #61C6DB
Text Example
Text Example
White with #61C6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C6DB; }
p { color: rgb(97,198,219); }
H1.HeaderClassName
{
color: #61C6DB;
}
.AnyTagClassName
{
color: #61C6DB;
}
</style>
background-color css
<style>
a { background-color: #61C6DB; }
a { background-color: rgb(97,198,219); }
div.DivClassName
{
background-color: #61C6DB;
}
.BgClassName
{
background-color: #61C6DB;
}
</style>
border-color css
<style>
span { border-color: #61C6DB; }
span { border-color: rgb(97,198,219); }
td.TdClassName
{
border-color: #61C6DB;
}
.TagClassName
{
border-color: #61C6DB;
}
</style>