Shades of Malibu #68AADD
Tints of Malibu #68AADD
RGB
CMYK
RGB Variations
Color information
#68AADD (or 0x68AADD) is known color: Malibu. HEX triplet: 68, AA and DD. RGB value is (104,170,221). Sum of RGB (Red+Green+Blue) = 104+170+221=495 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.01% from 495); Green value is 170 (66.80% from 255 or 34.34% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 221 - color contains mainly: blue. Hex color #68AADD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68AADD is #975522. Grayscale: #9B9B9B. Windows color (decimal): -9917731 or 14527080. OLE color: 14527080.
HSL color Cylindrical-coordinate representation of color #68AADD: hue angle of 206.15º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68AADD is Cyan = 0.53, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 170 | 221 | - |
| CMYK | 0.53 | 0.23 | 0 | 0.13 |
| HSL | 206.15º | 0.63% | 0.64% | - |
| HSV(B) | 206.15º | 0.53% | 0.87% | - |
| XYZ | 33.13 | 36.91 | 73.79 | - |
| YUV | 156.08 | 164.63 | 90.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 170 | 221 | 0.53 | 0.23 | 0 | 0.13 | 206.15 | 0.63 | 0.64 |
| Hex | 68 | AA | DD | 35 | 17 | 0 | D | CE | 3F | 40 |
| Octal | 150 | 252 | 335 | 65 | 27 | 0 | 15 | 316 | 77 | 100 |
| Binary | 1101000 | 10101010 | 11011101 | 110101 | 10111 | 0 | 1101 | 11001110 | 111111 | 1000000 |
Color Harmonies of #68AADD
Complementary color
Monochromatic Colors of #68AADD
Black with #68AADD
Text Example
Text Example
White with #68AADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AADD; }
p { color: rgb(104,170,221); }
H1.HeaderClassName
{
color: #68AADD;
}
.AnyTagClassName
{
color: #68AADD;
}
</style>
background-color css
<style>
a { background-color: #68AADD; }
a { background-color: rgb(104,170,221); }
div.DivClassName
{
background-color: #68AADD;
}
.BgClassName
{
background-color: #68AADD;
}
</style>
border-color css
<style>
span { border-color: #68AADD; }
span { border-color: rgb(104,170,221); }
td.TdClassName
{
border-color: #68AADD;
}
.TagClassName
{
border-color: #68AADD;
}
</style>