Shades of Malibu #61B2D0
Tints of Malibu #61B2D0
RGB
CMYK
RGB Variations
Color information
#61B2D0 (or 0x61B2D0) is known color: Malibu. HEX triplet: 61, B2 and D0. RGB value is (97,178,208). Sum of RGB (Red+Green+Blue) = 97+178+208=483 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.08% from 483); Green value is 178 (69.92% from 255 or 36.85% from 483); Blue value is 208 (81.64% from 255 or 43.06% from 483); Max value from RGB is 208 - color contains mainly: blue. Hex color #61B2D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61B2D0 is #9E4D2F. Grayscale: #9D9D9D. Windows color (decimal): -10374448 or 13677153. OLE color: 13677153.
HSL color Cylindrical-coordinate representation of color #61B2D0: hue angle of 196.22º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #61B2D0 is Cyan = 0.53, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 97 | 178 | 208 | - |
| CMYK | 0.53 | 0.14 | 0 | 0.18 |
| HSL | 196.22º | 0.54% | 0.6% | - |
| HSV(B) | 196.22º | 0.53% | 0.82% | - |
| XYZ | 32.24 | 38.94 | 65.49 | - |
| YUV | 157.2 | 156.66 | 85.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 178 | 208 | 0.53 | 0.14 | 0 | 0.18 | 196.22 | 0.54 | 0.6 |
| Hex | 61 | B2 | D0 | 35 | E | 0 | 12 | C4 | 36 | 3C |
| Octal | 141 | 262 | 320 | 65 | 16 | 0 | 22 | 304 | 66 | 74 |
| Binary | 1100001 | 10110010 | 11010000 | 110101 | 1110 | 0 | 10010 | 11000100 | 110110 | 111100 |
Color Harmonies of #61B2D0
Complementary color
Monochromatic Colors of #61B2D0
Black with #61B2D0
Text Example
Text Example
White with #61B2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61B2D0; }
p { color: rgb(97,178,208); }
H1.HeaderClassName
{
color: #61B2D0;
}
.AnyTagClassName
{
color: #61B2D0;
}
</style>
background-color css
<style>
a { background-color: #61B2D0; }
a { background-color: rgb(97,178,208); }
div.DivClassName
{
background-color: #61B2D0;
}
.BgClassName
{
background-color: #61B2D0;
}
</style>
border-color css
<style>
span { border-color: #61B2D0; }
span { border-color: rgb(97,178,208); }
td.TdClassName
{
border-color: #61B2D0;
}
.TagClassName
{
border-color: #61B2D0;
}
</style>