Shades of Malibu #61ADEC
Tints of Malibu #61ADEC
RGB
CMYK
RGB Variations
Color information
#61ADEC (or 0x61ADEC) is known color: Malibu. HEX triplet: 61, AD and EC. RGB value is (97,173,236). Sum of RGB (Red+Green+Blue) = 97+173+236=506 (67% of max value = 765). Red value is 97 (38.28% from 255 or 19.17% from 506); Green value is 173 (67.97% from 255 or 34.19% from 506); Blue value is 236 (92.58% from 255 or 46.64% from 506); Max value from RGB is 236 - color contains mainly: blue. Hex color #61ADEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #61ADEC is #9E5213. Grayscale: #9D9D9D. Windows color (decimal): -10375700 or 15510881. OLE color: 15510881.
HSL color Cylindrical-coordinate representation of color #61ADEC: hue angle of 207.19º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61ADEC is Cyan = 0.59, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 97 | 173 | 236 | - |
| CMYK | 0.59 | 0.27 | 0 | 0.07 |
| HSL | 207.19º | 0.79% | 0.65% | - |
| HSV(B) | 207.19º | 0.59% | 0.93% | - |
| XYZ | 35.01 | 38.48 | 84.94 | - |
| YUV | 157.46 | 172.32 | 84.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 173 | 236 | 0.59 | 0.27 | 0 | 0.07 | 207.19 | 0.79 | 0.65 |
| Hex | 61 | AD | EC | 3B | 1B | 0 | 7 | CF | 4F | 41 |
| Octal | 141 | 255 | 354 | 73 | 33 | 0 | 7 | 317 | 117 | 101 |
| Binary | 1100001 | 10101101 | 11101100 | 111011 | 11011 | 0 | 111 | 11001111 | 1001111 | 1000001 |
Color Harmonies of #61ADEC
Complementary color
Monochromatic Colors of #61ADEC
Black with #61ADEC
Text Example
Text Example
White with #61ADEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61ADEC; }
p { color: rgb(97,173,236); }
H1.HeaderClassName
{
color: #61ADEC;
}
.AnyTagClassName
{
color: #61ADEC;
}
</style>
background-color css
<style>
a { background-color: #61ADEC; }
a { background-color: rgb(97,173,236); }
div.DivClassName
{
background-color: #61ADEC;
}
.BgClassName
{
background-color: #61ADEC;
}
</style>
border-color css
<style>
span { border-color: #61ADEC; }
span { border-color: rgb(97,173,236); }
td.TdClassName
{
border-color: #61ADEC;
}
.TagClassName
{
border-color: #61ADEC;
}
</style>