Shades of Malibu #61B9D3
Tints of Malibu #61B9D3
RGB
CMYK
RGB Variations
Color information
#61B9D3 (or 0x61B9D3) is known color: Malibu. HEX triplet: 61, B9 and D3. RGB value is (97,185,211). Sum of RGB (Red+Green+Blue) = 97+185+211=493 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.68% from 493); Green value is 185 (72.66% from 255 or 37.53% from 493); Blue value is 211 (82.81% from 255 or 42.80% from 493); Max value from RGB is 211 - color contains mainly: blue. Hex color #61B9D3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61B9D3 is #9E462C. Grayscale: #A1A1A1. Windows color (decimal): -10372653 or 13875553. OLE color: 13875553.
HSL color Cylindrical-coordinate representation of color #61B9D3: hue angle of 193.68º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #61B9D3 is Cyan = 0.54, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 97 | 185 | 211 | - |
| CMYK | 0.54 | 0.12 | 0 | 0.17 |
| HSL | 193.68º | 0.56% | 0.6% | - |
| HSV(B) | 193.68º | 0.54% | 0.83% | - |
| XYZ | 34.04 | 41.94 | 67.93 | - |
| YUV | 161.65 | 155.85 | 81.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 185 | 211 | 0.54 | 0.12 | 0 | 0.17 | 193.68 | 0.56 | 0.6 |
| Hex | 61 | B9 | D3 | 36 | C | 0 | 11 | C2 | 38 | 3C |
| Octal | 141 | 271 | 323 | 66 | 14 | 0 | 21 | 302 | 70 | 74 |
| Binary | 1100001 | 10111001 | 11010011 | 110110 | 1100 | 0 | 10001 | 11000010 | 111000 | 111100 |
Color Harmonies of #61B9D3
Complementary color
Monochromatic Colors of #61B9D3
Black with #61B9D3
Text Example
Text Example
White with #61B9D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61B9D3; }
p { color: rgb(97,185,211); }
H1.HeaderClassName
{
color: #61B9D3;
}
.AnyTagClassName
{
color: #61B9D3;
}
</style>
background-color css
<style>
a { background-color: #61B9D3; }
a { background-color: rgb(97,185,211); }
div.DivClassName
{
background-color: #61B9D3;
}
.BgClassName
{
background-color: #61B9D3;
}
</style>
border-color css
<style>
span { border-color: #61B9D3; }
span { border-color: rgb(97,185,211); }
td.TdClassName
{
border-color: #61B9D3;
}
.TagClassName
{
border-color: #61B9D3;
}
</style>