Shades of Malibu #61B3E7
Tints of Malibu #61B3E7
RGB
CMYK
RGB Variations
Color information
#61B3E7 (or 0x61B3E7) is known color: Malibu. HEX triplet: 61, B3 and E7. RGB value is (97,179,231). Sum of RGB (Red+Green+Blue) = 97+179+231=507 (67% of max value = 765). Red value is 97 (38.28% from 255 or 19.13% from 507); Green value is 179 (70.31% from 255 or 35.31% from 507); Blue value is 231 (90.62% from 255 or 45.56% from 507); Max value from RGB is 231 - color contains mainly: blue. Hex color #61B3E7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61B3E7 is #9E4C18. Grayscale: #A0A0A0. Windows color (decimal): -10374169 or 15184737. OLE color: 15184737.
HSL color Cylindrical-coordinate representation of color #61B3E7: hue angle of 203.28º 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 #61B3E7 is Cyan = 0.58, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 97 | 179 | 231 | - |
| CMYK | 0.58 | 0.23 | 0 | 0.09 |
| HSL | 203.28º | 0.74% | 0.64% | - |
| HSV(B) | 203.28º | 0.58% | 0.91% | - |
| XYZ | 35.47 | 40.55 | 81.56 | - |
| YUV | 160.41 | 167.83 | 82.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 179 | 231 | 0.58 | 0.23 | 0 | 0.09 | 203.28 | 0.74 | 0.64 |
| Hex | 61 | B3 | E7 | 3A | 17 | 0 | 9 | CB | 4A | 40 |
| Octal | 141 | 263 | 347 | 72 | 27 | 0 | 11 | 313 | 112 | 100 |
| Binary | 1100001 | 10110011 | 11100111 | 111010 | 10111 | 0 | 1001 | 11001011 | 1001010 | 1000000 |
Color Harmonies of #61B3E7
Complementary color
Monochromatic Colors of #61B3E7
Black with #61B3E7
Text Example
Text Example
White with #61B3E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61B3E7; }
p { color: rgb(97,179,231); }
H1.HeaderClassName
{
color: #61B3E7;
}
.AnyTagClassName
{
color: #61B3E7;
}
</style>
background-color css
<style>
a { background-color: #61B3E7; }
a { background-color: rgb(97,179,231); }
div.DivClassName
{
background-color: #61B3E7;
}
.BgClassName
{
background-color: #61B3E7;
}
</style>
border-color css
<style>
span { border-color: #61B3E7; }
span { border-color: rgb(97,179,231); }
td.TdClassName
{
border-color: #61B3E7;
}
.TagClassName
{
border-color: #61B3E7;
}
</style>