Shades of Malibu #61ADE6
Tints of Malibu #61ADE6
RGB
CMYK
RGB Variations
Color information
#61ADE6 (or 0x61ADE6) is known color: Malibu. HEX triplet: 61, AD and E6. RGB value is (97,173,230). Sum of RGB (Red+Green+Blue) = 97+173+230=500 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.4% from 500); Green value is 173 (67.97% from 255 or 34.6% from 500); Blue value is 230 (90.23% from 255 or 46% from 500); Max value from RGB is 230 - color contains mainly: blue. Hex color #61ADE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #61ADE6 is #9E5219. Grayscale: #9C9C9C. Windows color (decimal): -10375706 or 15117665. OLE color: 15117665.
HSL color Cylindrical-coordinate representation of color #61ADE6: hue angle of 205.71º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #61ADE6 is Cyan = 0.58, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 97 | 173 | 230 | - |
| CMYK | 0.58 | 0.25 | 0 | 0.10 |
| HSL | 205.71º | 0.73% | 0.64% | - |
| HSV(B) | 205.71º | 0.58% | 0.9% | - |
| XYZ | 34.16 | 38.14 | 80.42 | - |
| YUV | 156.77 | 169.32 | 85.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 173 | 230 | 0.58 | 0.25 | 0 | 0.10 | 205.71 | 0.73 | 0.64 |
| Hex | 61 | AD | E6 | 3A | 19 | 0 | A | CE | 49 | 40 |
| Octal | 141 | 255 | 346 | 72 | 31 | 0 | 12 | 316 | 111 | 100 |
| Binary | 1100001 | 10101101 | 11100110 | 111010 | 11001 | 0 | 1010 | 11001110 | 1001001 | 1000000 |
Color Harmonies of #61ADE6
Complementary color
Monochromatic Colors of #61ADE6
Black with #61ADE6
Text Example
Text Example
White with #61ADE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61ADE6; }
p { color: rgb(97,173,230); }
H1.HeaderClassName
{
color: #61ADE6;
}
.AnyTagClassName
{
color: #61ADE6;
}
</style>
background-color css
<style>
a { background-color: #61ADE6; }
a { background-color: rgb(97,173,230); }
div.DivClassName
{
background-color: #61ADE6;
}
.BgClassName
{
background-color: #61ADE6;
}
</style>
border-color css
<style>
span { border-color: #61ADE6; }
span { border-color: rgb(97,173,230); }
td.TdClassName
{
border-color: #61ADE6;
}
.TagClassName
{
border-color: #61ADE6;
}
</style>