Shades of Malibu #61B1F3
Tints of Malibu #61B1F3
RGB
CMYK
RGB Variations
Color information
#61B1F3 (or 0x61B1F3) is known color: Malibu. HEX triplet: 61, B1 and F3. RGB value is (97,177,243). Sum of RGB (Red+Green+Blue) = 97+177+243=517 (68% of max value = 765). Red value is 97 (38.28% from 255 or 18.76% from 517); Green value is 177 (69.53% from 255 or 34.24% from 517); Blue value is 243 (95.31% from 255 or 47.00% from 517); Max value from RGB is 243 - color contains mainly: blue. Hex color #61B1F3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #61B1F3 is #9E4E0C. Grayscale: #A0A0A0. Windows color (decimal): -10374669 or 15970657. OLE color: 15970657.
HSL color Cylindrical-coordinate representation of color #61B1F3: hue angle of 207.12º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61B1F3 is Cyan = 0.60, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 97 | 177 | 243 | - |
| CMYK | 0.60 | 0.27 | 0 | 0.05 |
| HSL | 207.12º | 0.86% | 0.67% | - |
| HSV(B) | 207.12º | 0.6% | 0.95% | - |
| XYZ | 36.83 | 40.46 | 90.66 | - |
| YUV | 160.6 | 174.5 | 82.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 177 | 243 | 0.60 | 0.27 | 0 | 0.05 | 207.12 | 0.86 | 0.67 |
| Hex | 61 | B1 | F3 | 3C | 1B | 0 | 5 | CF | 56 | 43 |
| Octal | 141 | 261 | 363 | 74 | 33 | 0 | 5 | 317 | 126 | 103 |
| Binary | 1100001 | 10110001 | 11110011 | 111100 | 11011 | 0 | 101 | 11001111 | 1010110 | 1000011 |
Color Harmonies of #61B1F3
Complementary color
Monochromatic Colors of #61B1F3
Black with #61B1F3
Text Example
Text Example
White with #61B1F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61B1F3; }
p { color: rgb(97,177,243); }
H1.HeaderClassName
{
color: #61B1F3;
}
.AnyTagClassName
{
color: #61B1F3;
}
</style>
background-color css
<style>
a { background-color: #61B1F3; }
a { background-color: rgb(97,177,243); }
div.DivClassName
{
background-color: #61B1F3;
}
.BgClassName
{
background-color: #61B1F3;
}
</style>
border-color css
<style>
span { border-color: #61B1F3; }
span { border-color: rgb(97,177,243); }
td.TdClassName
{
border-color: #61B1F3;
}
.TagClassName
{
border-color: #61B1F3;
}
</style>