Shades of Malibu #68B8DA
Tints of Malibu #68B8DA
RGB
CMYK
RGB Variations
Color information
#68B8DA (or 0x68B8DA) is known color: Malibu. HEX triplet: 68, B8 and DA. RGB value is (104,184,218). Sum of RGB (Red+Green+Blue) = 104+184+218=506 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.55% from 506); Green value is 184 (72.27% from 255 or 36.36% from 506); Blue value is 218 (85.55% from 255 or 43.08% from 506); Max value from RGB is 218 - color contains mainly: blue. Hex color #68B8DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68B8DA is #974725. Grayscale: #A3A3A3. Windows color (decimal): -9914150 or 14334056. OLE color: 14334056.
HSL color Cylindrical-coordinate representation of color #68B8DA: hue angle of 197.89º 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 #68B8DA is Cyan = 0.52, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 184 | 218 | - |
| CMYK | 0.52 | 0.16 | 0 | 0.15 |
| HSL | 197.89º | 0.61% | 0.63% | - |
| HSV(B) | 197.89º | 0.52% | 0.85% | - |
| XYZ | 35.5 | 42.29 | 72.62 | - |
| YUV | 163.96 | 158.5 | 85.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 184 | 218 | 0.52 | 0.16 | 0 | 0.15 | 197.89 | 0.61 | 0.63 |
| Hex | 68 | B8 | DA | 34 | 10 | 0 | F | C6 | 3D | 3F |
| Octal | 150 | 270 | 332 | 64 | 20 | 0 | 17 | 306 | 75 | 77 |
| Binary | 1101000 | 10111000 | 11011010 | 110100 | 10000 | 0 | 1111 | 11000110 | 111101 | 111111 |
Color Harmonies of #68B8DA
Complementary color
Monochromatic Colors of #68B8DA
Black with #68B8DA
Text Example
Text Example
White with #68B8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B8DA; }
p { color: rgb(104,184,218); }
H1.HeaderClassName
{
color: #68B8DA;
}
.AnyTagClassName
{
color: #68B8DA;
}
</style>
background-color css
<style>
a { background-color: #68B8DA; }
a { background-color: rgb(104,184,218); }
div.DivClassName
{
background-color: #68B8DA;
}
.BgClassName
{
background-color: #68B8DA;
}
</style>
border-color css
<style>
span { border-color: #68B8DA; }
span { border-color: rgb(104,184,218); }
td.TdClassName
{
border-color: #68B8DA;
}
.TagClassName
{
border-color: #68B8DA;
}
</style>