Shades of Malibu #60ABE6
Tints of Malibu #60ABE6
RGB
CMYK
RGB Variations
Color information
#60ABE6 (or 0x60ABE6) is known color: Malibu. HEX triplet: 60, AB and E6. RGB value is (96,171,230). Sum of RGB (Red+Green+Blue) = 96+171+230=497 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.32% from 497); Green value is 171 (67.19% from 255 or 34.41% from 497); Blue value is 230 (90.23% from 255 or 46.28% from 497); Max value from RGB is 230 - color contains mainly: blue. Hex color #60ABE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #60ABE6 is #9F5419. Grayscale: #9A9A9A. Windows color (decimal): -10441754 or 15117152. OLE color: 15117152.
HSL color Cylindrical-coordinate representation of color #60ABE6: hue angle of 206.42º 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 #60ABE6 is Cyan = 0.58, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 96 | 171 | 230 | - |
| CMYK | 0.58 | 0.26 | 0 | 0.10 |
| HSL | 206.42º | 0.73% | 0.64% | - |
| HSV(B) | 206.42º | 0.58% | 0.9% | - |
| XYZ | 33.67 | 37.33 | 80.29 | - |
| YUV | 155.3 | 170.15 | 85.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 171 | 230 | 0.58 | 0.26 | 0 | 0.10 | 206.42 | 0.73 | 0.64 |
| Hex | 60 | AB | E6 | 3A | 1A | 0 | A | CE | 49 | 40 |
| Octal | 140 | 253 | 346 | 72 | 32 | 0 | 12 | 316 | 111 | 100 |
| Binary | 1100000 | 10101011 | 11100110 | 111010 | 11010 | 0 | 1010 | 11001110 | 1001001 | 1000000 |
Color Harmonies of #60ABE6
Complementary color
Monochromatic Colors of #60ABE6
Black with #60ABE6
Text Example
Text Example
White with #60ABE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60ABE6; }
p { color: rgb(96,171,230); }
H1.HeaderClassName
{
color: #60ABE6;
}
.AnyTagClassName
{
color: #60ABE6;
}
</style>
background-color css
<style>
a { background-color: #60ABE6; }
a { background-color: rgb(96,171,230); }
div.DivClassName
{
background-color: #60ABE6;
}
.BgClassName
{
background-color: #60ABE6;
}
</style>
border-color css
<style>
span { border-color: #60ABE6; }
span { border-color: rgb(96,171,230); }
td.TdClassName
{
border-color: #60ABE6;
}
.TagClassName
{
border-color: #60ABE6;
}
</style>