Shades of Malibu #61ADDC
Tints of Malibu #61ADDC
RGB
CMYK
RGB Variations
Color information
#61ADDC (or 0x61ADDC) is known color: Malibu. HEX triplet: 61, AD and DC. RGB value is (97,173,220). Sum of RGB (Red+Green+Blue) = 97+173+220=490 (64% of max value = 765). Red value is 97 (38.28% from 255 or 19.80% from 490); Green value is 173 (67.97% from 255 or 35.31% from 490); Blue value is 220 (86.33% from 255 or 44.90% from 490); Max value from RGB is 220 - color contains mainly: blue. Hex color #61ADDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61ADDC is #9E5223. Grayscale: #9B9B9B. Windows color (decimal): -10375716 or 14462305. OLE color: 14462305.
HSL color Cylindrical-coordinate representation of color #61ADDC: hue angle of 202.93º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61ADDC is Cyan = 0.56, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 173 | 220 | - |
| CMYK | 0.56 | 0.21 | 0 | 0.14 |
| HSL | 202.93º | 0.64% | 0.62% | - |
| HSV(B) | 202.93º | 0.56% | 0.86% | - |
| XYZ | 32.79 | 37.6 | 73.24 | - |
| YUV | 155.63 | 164.32 | 86.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 173 | 220 | 0.56 | 0.21 | 0 | 0.14 | 202.93 | 0.64 | 0.62 |
| Hex | 61 | AD | DC | 38 | 15 | 0 | E | CB | 40 | 3E |
| Octal | 141 | 255 | 334 | 70 | 25 | 0 | 16 | 313 | 100 | 76 |
| Binary | 1100001 | 10101101 | 11011100 | 111000 | 10101 | 0 | 1110 | 11001011 | 1000000 | 111110 |
Color Harmonies of #61ADDC
Complementary color
Monochromatic Colors of #61ADDC
Black with #61ADDC
Text Example
Text Example
White with #61ADDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61ADDC; }
p { color: rgb(97,173,220); }
H1.HeaderClassName
{
color: #61ADDC;
}
.AnyTagClassName
{
color: #61ADDC;
}
</style>
background-color css
<style>
a { background-color: #61ADDC; }
a { background-color: rgb(97,173,220); }
div.DivClassName
{
background-color: #61ADDC;
}
.BgClassName
{
background-color: #61ADDC;
}
</style>
border-color css
<style>
span { border-color: #61ADDC; }
span { border-color: rgb(97,173,220); }
td.TdClassName
{
border-color: #61ADDC;
}
.TagClassName
{
border-color: #61ADDC;
}
</style>