Shades of Malibu #68B0DA
Tints of Malibu #68B0DA
RGB
CMYK
RGB Variations
Color information
#68B0DA (or 0x68B0DA) is known color: Malibu. HEX triplet: 68, B0 and DA. RGB value is (104,176,218). Sum of RGB (Red+Green+Blue) = 104+176+218=498 (65% of max value = 765). Red value is 104 (41.02% from 255 or 20.88% from 498); Green value is 176 (69.14% from 255 or 35.34% from 498); Blue value is 218 (85.55% from 255 or 43.78% from 498); Max value from RGB is 218 - color contains mainly: blue. Hex color #68B0DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68B0DA is #974F25. Grayscale: #9F9F9F. Windows color (decimal): -9916198 or 14332008. OLE color: 14332008.
HSL color Cylindrical-coordinate representation of color #68B0DA: hue angle of 202.11º 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 #68B0DA is Cyan = 0.52, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 176 | 218 | - |
| CMYK | 0.52 | 0.19 | 0 | 0.15 |
| HSL | 202.11º | 0.61% | 0.63% | - |
| HSV(B) | 202.11º | 0.52% | 0.85% | - |
| XYZ | 33.89 | 39.06 | 72.08 | - |
| YUV | 159.26 | 161.15 | 88.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 176 | 218 | 0.52 | 0.19 | 0 | 0.15 | 202.11 | 0.61 | 0.63 |
| Hex | 68 | B0 | DA | 34 | 13 | 0 | F | CA | 3D | 3F |
| Octal | 150 | 260 | 332 | 64 | 23 | 0 | 17 | 312 | 75 | 77 |
| Binary | 1101000 | 10110000 | 11011010 | 110100 | 10011 | 0 | 1111 | 11001010 | 111101 | 111111 |
Color Harmonies of #68B0DA
Complementary color
Monochromatic Colors of #68B0DA
Black with #68B0DA
Text Example
Text Example
White with #68B0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B0DA; }
p { color: rgb(104,176,218); }
H1.HeaderClassName
{
color: #68B0DA;
}
.AnyTagClassName
{
color: #68B0DA;
}
</style>
background-color css
<style>
a { background-color: #68B0DA; }
a { background-color: rgb(104,176,218); }
div.DivClassName
{
background-color: #68B0DA;
}
.BgClassName
{
background-color: #68B0DA;
}
</style>
border-color css
<style>
span { border-color: #68B0DA; }
span { border-color: rgb(104,176,218); }
td.TdClassName
{
border-color: #68B0DA;
}
.TagClassName
{
border-color: #68B0DA;
}
</style>