Shades of Malibu #61B4DA
Tints of Malibu #61B4DA
RGB
CMYK
RGB Variations
Color information
#61B4DA (or 0x61B4DA) is known color: Malibu. HEX triplet: 61, B4 and DA. RGB value is (97,180,218). Sum of RGB (Red+Green+Blue) = 97+180+218=495 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.60% from 495); Green value is 180 (70.70% from 255 or 36.36% from 495); Blue value is 218 (85.55% from 255 or 44.04% from 495); Max value from RGB is 218 - color contains mainly: blue. Hex color #61B4DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61B4DA is #9E4B25. Grayscale: #9F9F9F. Windows color (decimal): -10373926 or 14333025. OLE color: 14333025.
HSL color Cylindrical-coordinate representation of color #61B4DA: hue angle of 198.84º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61B4DA is Cyan = 0.56, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 97 | 180 | 218 | - |
| CMYK | 0.56 | 0.17 | 0 | 0.15 |
| HSL | 198.84º | 0.62% | 0.62% | - |
| HSV(B) | 198.84º | 0.56% | 0.85% | - |
| XYZ | 33.91 | 40.25 | 72.31 | - |
| YUV | 159.52 | 161 | 83.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 180 | 218 | 0.56 | 0.17 | 0 | 0.15 | 198.84 | 0.62 | 0.62 |
| Hex | 61 | B4 | DA | 38 | 11 | 0 | F | C7 | 3E | 3E |
| Octal | 141 | 264 | 332 | 70 | 21 | 0 | 17 | 307 | 76 | 76 |
| Binary | 1100001 | 10110100 | 11011010 | 111000 | 10001 | 0 | 1111 | 11000111 | 111110 | 111110 |
Color Harmonies of #61B4DA
Complementary color
Monochromatic Colors of #61B4DA
Black with #61B4DA
Text Example
Text Example
White with #61B4DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61B4DA; }
p { color: rgb(97,180,218); }
H1.HeaderClassName
{
color: #61B4DA;
}
.AnyTagClassName
{
color: #61B4DA;
}
</style>
background-color css
<style>
a { background-color: #61B4DA; }
a { background-color: rgb(97,180,218); }
div.DivClassName
{
background-color: #61B4DA;
}
.BgClassName
{
background-color: #61B4DA;
}
</style>
border-color css
<style>
span { border-color: #61B4DA; }
span { border-color: rgb(97,180,218); }
td.TdClassName
{
border-color: #61B4DA;
}
.TagClassName
{
border-color: #61B4DA;
}
</style>