Shades of Malibu #68AADA
Tints of Malibu #68AADA
RGB
CMYK
RGB Variations
Color information
#68AADA (or 0x68AADA) is known color: Malibu. HEX triplet: 68, AA and DA. RGB value is (104,170,218). Sum of RGB (Red+Green+Blue) = 104+170+218=492 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.14% from 492); Green value is 170 (66.80% from 255 or 34.55% from 492); Blue value is 218 (85.55% from 255 or 44.31% from 492); Max value from RGB is 218 - color contains mainly: blue. Hex color #68AADA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68AADA is #975525. Grayscale: #9B9B9B. Windows color (decimal): -9917734 or 14330472. OLE color: 14330472.
HSL color Cylindrical-coordinate representation of color #68AADA: hue angle of 205.26º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68AADA is Cyan = 0.52, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 170 | 218 | - |
| CMYK | 0.52 | 0.22 | 0 | 0.15 |
| HSL | 205.26º | 0.61% | 0.63% | - |
| HSV(B) | 205.26º | 0.52% | 0.85% | - |
| XYZ | 32.74 | 36.75 | 71.7 | - |
| YUV | 155.74 | 163.13 | 91.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 170 | 218 | 0.52 | 0.22 | 0 | 0.15 | 205.26 | 0.61 | 0.63 |
| Hex | 68 | AA | DA | 34 | 16 | 0 | F | CD | 3D | 3F |
| Octal | 150 | 252 | 332 | 64 | 26 | 0 | 17 | 315 | 75 | 77 |
| Binary | 1101000 | 10101010 | 11011010 | 110100 | 10110 | 0 | 1111 | 11001101 | 111101 | 111111 |
Color Harmonies of #68AADA
Complementary color
Monochromatic Colors of #68AADA
Black with #68AADA
Text Example
Text Example
White with #68AADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AADA; }
p { color: rgb(104,170,218); }
H1.HeaderClassName
{
color: #68AADA;
}
.AnyTagClassName
{
color: #68AADA;
}
</style>
background-color css
<style>
a { background-color: #68AADA; }
a { background-color: rgb(104,170,218); }
div.DivClassName
{
background-color: #68AADA;
}
.BgClassName
{
background-color: #68AADA;
}
</style>
border-color css
<style>
span { border-color: #68AADA; }
span { border-color: rgb(104,170,218); }
td.TdClassName
{
border-color: #68AADA;
}
.TagClassName
{
border-color: #68AADA;
}
</style>