Shades of Malibu #61B2D6
Tints of Malibu #61B2D6
RGB
CMYK
RGB Variations
Color information
#61B2D6 (or 0x61B2D6) is known color: Malibu. HEX triplet: 61, B2 and D6. RGB value is (97,178,214). Sum of RGB (Red+Green+Blue) = 97+178+214=489 (64% of max value = 765). Red value is 97 (38.28% from 255 or 19.84% from 489); Green value is 178 (69.92% from 255 or 36.40% from 489); Blue value is 214 (83.98% from 255 or 43.76% from 489); Max value from RGB is 214 - color contains mainly: blue. Hex color #61B2D6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61B2D6 is #9E4D29. Grayscale: #9D9D9D. Windows color (decimal): -10374442 or 14070369. OLE color: 14070369.
HSL color Cylindrical-coordinate representation of color #61B2D6: hue angle of 198.46º degrees, saturation: 0.59, 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 #61B2D6 is Cyan = 0.55, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 97 | 178 | 214 | - |
| CMYK | 0.55 | 0.17 | 0 | 0.16 |
| HSL | 198.46º | 0.59% | 0.61% | - |
| HSV(B) | 198.46º | 0.55% | 0.84% | - |
| XYZ | 32.99 | 39.24 | 69.45 | - |
| YUV | 157.89 | 159.66 | 84.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 178 | 214 | 0.55 | 0.17 | 0 | 0.16 | 198.46 | 0.59 | 0.61 |
| Hex | 61 | B2 | D6 | 37 | 11 | 0 | 10 | C6 | 3B | 3D |
| Octal | 141 | 262 | 326 | 67 | 21 | 0 | 20 | 306 | 73 | 75 |
| Binary | 1100001 | 10110010 | 11010110 | 110111 | 10001 | 0 | 10000 | 11000110 | 111011 | 111101 |
Color Harmonies of #61B2D6
Complementary color
Monochromatic Colors of #61B2D6
Black with #61B2D6
Text Example
Text Example
White with #61B2D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61B2D6; }
p { color: rgb(97,178,214); }
H1.HeaderClassName
{
color: #61B2D6;
}
.AnyTagClassName
{
color: #61B2D6;
}
</style>
background-color css
<style>
a { background-color: #61B2D6; }
a { background-color: rgb(97,178,214); }
div.DivClassName
{
background-color: #61B2D6;
}
.BgClassName
{
background-color: #61B2D6;
}
</style>
border-color css
<style>
span { border-color: #61B2D6; }
span { border-color: rgb(97,178,214); }
td.TdClassName
{
border-color: #61B2D6;
}
.TagClassName
{
border-color: #61B2D6;
}
</style>