Shades of Malibu #61ABE3
Tints of Malibu #61ABE3
RGB
CMYK
RGB Variations
Color information
#61ABE3 (or 0x61ABE3) is known color: Malibu. HEX triplet: 61, AB and E3. RGB value is (97,171,227). Sum of RGB (Red+Green+Blue) = 97+171+227=495 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.60% from 495); Green value is 171 (67.19% from 255 or 34.55% from 495); Blue value is 227 (89.06% from 255 or 45.86% from 495); Max value from RGB is 227 - color contains mainly: blue. Hex color #61ABE3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61ABE3 is #9E541C. Grayscale: #9A9A9A. Windows color (decimal): -10376221 or 14920545. OLE color: 14920545.
HSL color Cylindrical-coordinate representation of color #61ABE3: hue angle of 205.85º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #61ABE3 is Cyan = 0.57, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 97 | 171 | 227 | - |
| CMYK | 0.57 | 0.25 | 0 | 0.11 |
| HSL | 205.85º | 0.7% | 0.64% | - |
| HSV(B) | 205.85º | 0.57% | 0.89% | - |
| XYZ | 33.36 | 37.21 | 78.1 | - |
| YUV | 155.26 | 168.48 | 86.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 171 | 227 | 0.57 | 0.25 | 0 | 0.11 | 205.85 | 0.7 | 0.64 |
| Hex | 61 | AB | E3 | 39 | 19 | 0 | B | CE | 46 | 40 |
| Octal | 141 | 253 | 343 | 71 | 31 | 0 | 13 | 316 | 106 | 100 |
| Binary | 1100001 | 10101011 | 11100011 | 111001 | 11001 | 0 | 1011 | 11001110 | 1000110 | 1000000 |
Color Harmonies of #61ABE3
Complementary color
Monochromatic Colors of #61ABE3
Black with #61ABE3
Text Example
Text Example
White with #61ABE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61ABE3; }
p { color: rgb(97,171,227); }
H1.HeaderClassName
{
color: #61ABE3;
}
.AnyTagClassName
{
color: #61ABE3;
}
</style>
background-color css
<style>
a { background-color: #61ABE3; }
a { background-color: rgb(97,171,227); }
div.DivClassName
{
background-color: #61ABE3;
}
.BgClassName
{
background-color: #61ABE3;
}
</style>
border-color css
<style>
span { border-color: #61ABE3; }
span { border-color: rgb(97,171,227); }
td.TdClassName
{
border-color: #61ABE3;
}
.TagClassName
{
border-color: #61ABE3;
}
</style>