Shades of Malibu #68ABE6
Tints of Malibu #68ABE6
RGB
CMYK
RGB Variations
Color information
#68ABE6 (or 0x68ABE6) is known color: Malibu. HEX triplet: 68, AB and E6. RGB value is (104,171,230). Sum of RGB (Red+Green+Blue) = 104+171+230=505 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.59% from 505); Green value is 171 (67.19% from 255 or 33.86% from 505); Blue value is 230 (90.23% from 255 or 45.54% from 505); Max value from RGB is 230 - color contains mainly: blue. Hex color #68ABE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68ABE6 is #975419. Grayscale: #9D9D9D. Windows color (decimal): -9917466 or 15117160. OLE color: 15117160.
HSL color Cylindrical-coordinate representation of color #68ABE6: hue angle of 208.1º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68ABE6 is Cyan = 0.55, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 104 | 171 | 230 | - |
| CMYK | 0.55 | 0.26 | 0 | 0.10 |
| HSL | 208.1º | 0.72% | 0.65% | - |
| HSV(B) | 208.1º | 0.55% | 0.9% | - |
| XYZ | 34.55 | 37.78 | 80.33 | - |
| YUV | 157.69 | 168.8 | 89.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 171 | 230 | 0.55 | 0.26 | 0 | 0.10 | 208.1 | 0.72 | 0.65 |
| Hex | 68 | AB | E6 | 37 | 1A | 0 | A | D0 | 48 | 41 |
| Octal | 150 | 253 | 346 | 67 | 32 | 0 | 12 | 320 | 110 | 101 |
| Binary | 1101000 | 10101011 | 11100110 | 110111 | 11010 | 0 | 1010 | 11010000 | 1001000 | 1000001 |
Color Harmonies of #68ABE6
Complementary color
Monochromatic Colors of #68ABE6
Black with #68ABE6
Text Example
Text Example
White with #68ABE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68ABE6; }
p { color: rgb(104,171,230); }
H1.HeaderClassName
{
color: #68ABE6;
}
.AnyTagClassName
{
color: #68ABE6;
}
</style>
background-color css
<style>
a { background-color: #68ABE6; }
a { background-color: rgb(104,171,230); }
div.DivClassName
{
background-color: #68ABE6;
}
.BgClassName
{
background-color: #68ABE6;
}
</style>
border-color css
<style>
span { border-color: #68ABE6; }
span { border-color: rgb(104,171,230); }
td.TdClassName
{
border-color: #68ABE6;
}
.TagClassName
{
border-color: #68ABE6;
}
</style>