Shades of Malibu #61ADDB
Tints of Malibu #61ADDB
RGB
CMYK
RGB Variations
Color information
#61ADDB (or 0x61ADDB) is known color: Malibu. HEX triplet: 61, AD and DB. RGB value is (97,173,219). Sum of RGB (Red+Green+Blue) = 97+173+219=489 (64% of max value = 765). Red value is 97 (38.28% from 255 or 19.84% from 489); Green value is 173 (67.97% from 255 or 35.38% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 219 - color contains mainly: blue. Hex color #61ADDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61ADDB is #9E5224. Grayscale: #9B9B9B. Windows color (decimal): -10375717 or 14396769. OLE color: 14396769.
HSL color Cylindrical-coordinate representation of color #61ADDB: hue angle of 202.62º degrees, saturation: 0.63, 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 #61ADDB is Cyan = 0.56, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 173 | 219 | - |
| CMYK | 0.56 | 0.21 | 0 | 0.14 |
| HSL | 202.62º | 0.63% | 0.62% | - |
| HSV(B) | 202.62º | 0.56% | 0.86% | - |
| XYZ | 32.66 | 37.54 | 72.54 | - |
| YUV | 155.52 | 163.82 | 86.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 173 | 219 | 0.56 | 0.21 | 0 | 0.14 | 202.62 | 0.63 | 0.62 |
| Hex | 61 | AD | DB | 38 | 15 | 0 | E | CB | 3F | 3E |
| Octal | 141 | 255 | 333 | 70 | 25 | 0 | 16 | 313 | 77 | 76 |
| Binary | 1100001 | 10101101 | 11011011 | 111000 | 10101 | 0 | 1110 | 11001011 | 111111 | 111110 |
Color Harmonies of #61ADDB
Complementary color
Monochromatic Colors of #61ADDB
Black with #61ADDB
Text Example
Text Example
White with #61ADDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61ADDB; }
p { color: rgb(97,173,219); }
H1.HeaderClassName
{
color: #61ADDB;
}
.AnyTagClassName
{
color: #61ADDB;
}
</style>
background-color css
<style>
a { background-color: #61ADDB; }
a { background-color: rgb(97,173,219); }
div.DivClassName
{
background-color: #61ADDB;
}
.BgClassName
{
background-color: #61ADDB;
}
</style>
border-color css
<style>
span { border-color: #61ADDB; }
span { border-color: rgb(97,173,219); }
td.TdClassName
{
border-color: #61ADDB;
}
.TagClassName
{
border-color: #61ADDB;
}
</style>