Shades of Malibu #61B7F4
Tints of Malibu #61B7F4
RGB
CMYK
RGB Variations
Color information
#61B7F4 (or 0x61B7F4) is known color: Malibu. HEX triplet: 61, B7 and F4. RGB value is (97,183,244). Sum of RGB (Red+Green+Blue) = 97+183+244=524 (69% of max value = 765). Red value is 97 (38.28% from 255 or 18.51% from 524); Green value is 183 (71.88% from 255 or 34.92% from 524); Blue value is 244 (95.70% from 255 or 46.56% from 524); Max value from RGB is 244 - color contains mainly: blue. Hex color #61B7F4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61B7F4 is #9E480B. Grayscale: #A3A3A3. Windows color (decimal): -10373132 or 16037729. OLE color: 16037729.
HSL color Cylindrical-coordinate representation of color #61B7F4: hue angle of 204.9º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61B7F4 is Cyan = 0.60, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 97 | 183 | 244 | - |
| CMYK | 0.60 | 0.25 | 0 | 0.04 |
| HSL | 204.9º | 0.87% | 0.67% | - |
| HSV(B) | 204.9º | 0.6% | 0.96% | - |
| XYZ | 38.19 | 42.94 | 91.86 | - |
| YUV | 164.24 | 173.01 | 80.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 183 | 244 | 0.60 | 0.25 | 0 | 0.04 | 204.9 | 0.87 | 0.67 |
| Hex | 61 | B7 | F4 | 3C | 19 | 0 | 4 | CD | 57 | 43 |
| Octal | 141 | 267 | 364 | 74 | 31 | 0 | 4 | 315 | 127 | 103 |
| Binary | 1100001 | 10110111 | 11110100 | 111100 | 11001 | 0 | 100 | 11001101 | 1010111 | 1000011 |
Color Harmonies of #61B7F4
Complementary color
Monochromatic Colors of #61B7F4
Black with #61B7F4
Text Example
Text Example
White with #61B7F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61B7F4; }
p { color: rgb(97,183,244); }
H1.HeaderClassName
{
color: #61B7F4;
}
.AnyTagClassName
{
color: #61B7F4;
}
</style>
background-color css
<style>
a { background-color: #61B7F4; }
a { background-color: rgb(97,183,244); }
div.DivClassName
{
background-color: #61B7F4;
}
.BgClassName
{
background-color: #61B7F4;
}
</style>
border-color css
<style>
span { border-color: #61B7F4; }
span { border-color: rgb(97,183,244); }
td.TdClassName
{
border-color: #61B7F4;
}
.TagClassName
{
border-color: #61B7F4;
}
</style>