Shades of Malibu #61BEE7
Tints of Malibu #61BEE7
RGB
CMYK
RGB Variations
Color information
#61BEE7 (or 0x61BEE7) is known color: Malibu. HEX triplet: 61, BE and E7. RGB value is (97,190,231). Sum of RGB (Red+Green+Blue) = 97+190+231=518 (68% of max value = 765). Red value is 97 (38.28% from 255 or 18.73% from 518); Green value is 190 (74.61% from 255 or 36.68% from 518); Blue value is 231 (90.62% from 255 or 44.59% from 518); Max value from RGB is 231 - color contains mainly: blue. Hex color #61BEE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61BEE7 is #9E4118. Grayscale: #A6A6A6. Windows color (decimal): -10371353 or 15187553. OLE color: 15187553.
HSL color Cylindrical-coordinate representation of color #61BEE7: hue angle of 198.36º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #61BEE7 is Cyan = 0.58, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 97 | 190 | 231 | - |
| CMYK | 0.58 | 0.18 | 0 | 0.09 |
| HSL | 198.36º | 0.74% | 0.64% | - |
| HSV(B) | 198.36º | 0.58% | 0.91% | - |
| XYZ | 37.77 | 45.14 | 82.32 | - |
| YUV | 166.87 | 164.19 | 78.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 190 | 231 | 0.58 | 0.18 | 0 | 0.09 | 198.36 | 0.74 | 0.64 |
| Hex | 61 | BE | E7 | 3A | 12 | 0 | 9 | C6 | 4A | 40 |
| Octal | 141 | 276 | 347 | 72 | 22 | 0 | 11 | 306 | 112 | 100 |
| Binary | 1100001 | 10111110 | 11100111 | 111010 | 10010 | 0 | 1001 | 11000110 | 1001010 | 1000000 |
Color Harmonies of #61BEE7
Complementary color
Monochromatic Colors of #61BEE7
Black with #61BEE7
Text Example
Text Example
White with #61BEE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61BEE7; }
p { color: rgb(97,190,231); }
H1.HeaderClassName
{
color: #61BEE7;
}
.AnyTagClassName
{
color: #61BEE7;
}
</style>
background-color css
<style>
a { background-color: #61BEE7; }
a { background-color: rgb(97,190,231); }
div.DivClassName
{
background-color: #61BEE7;
}
.BgClassName
{
background-color: #61BEE7;
}
</style>
border-color css
<style>
span { border-color: #61BEE7; }
span { border-color: rgb(97,190,231); }
td.TdClassName
{
border-color: #61BEE7;
}
.TagClassName
{
border-color: #61BEE7;
}
</style>