Shades of Malibu #68A9DA
Tints of Malibu #68A9DA
RGB
CMYK
RGB Variations
Color information
#68A9DA (or 0x68A9DA) is known color: Malibu. HEX triplet: 68, A9 and DA. RGB value is (104,169,218). Sum of RGB (Red+Green+Blue) = 104+169+218=491 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.18% from 491); Green value is 169 (66.41% from 255 or 34.42% from 491); Blue value is 218 (85.55% from 255 or 44.40% from 491); Max value from RGB is 218 - color contains mainly: blue. Hex color #68A9DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68A9DA is #975625. Grayscale: #9A9A9A. Windows color (decimal): -9917990 or 14330216. OLE color: 14330216.
HSL color Cylindrical-coordinate representation of color #68A9DA: hue angle of 205.79º 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 #68A9DA is Cyan = 0.52, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 169 | 218 | - |
| CMYK | 0.52 | 0.22 | 0 | 0.15 |
| HSL | 205.79º | 0.61% | 0.63% | - |
| HSV(B) | 205.79º | 0.52% | 0.85% | - |
| XYZ | 32.55 | 36.38 | 71.64 | - |
| YUV | 155.15 | 163.47 | 91.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 169 | 218 | 0.52 | 0.22 | 0 | 0.15 | 205.79 | 0.61 | 0.63 |
| Hex | 68 | A9 | DA | 34 | 16 | 0 | F | CE | 3D | 3F |
| Octal | 150 | 251 | 332 | 64 | 26 | 0 | 17 | 316 | 75 | 77 |
| Binary | 1101000 | 10101001 | 11011010 | 110100 | 10110 | 0 | 1111 | 11001110 | 111101 | 111111 |
Color Harmonies of #68A9DA
Complementary color
Monochromatic Colors of #68A9DA
Black with #68A9DA
Text Example
Text Example
White with #68A9DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A9DA; }
p { color: rgb(104,169,218); }
H1.HeaderClassName
{
color: #68A9DA;
}
.AnyTagClassName
{
color: #68A9DA;
}
</style>
background-color css
<style>
a { background-color: #68A9DA; }
a { background-color: rgb(104,169,218); }
div.DivClassName
{
background-color: #68A9DA;
}
.BgClassName
{
background-color: #68A9DA;
}
</style>
border-color css
<style>
span { border-color: #68A9DA; }
span { border-color: rgb(104,169,218); }
td.TdClassName
{
border-color: #68A9DA;
}
.TagClassName
{
border-color: #68A9DA;
}
</style>