Shades of Malibu #68B6DB
Tints of Malibu #68B6DB
RGB
CMYK
RGB Variations
Color information
#68B6DB (or 0x68B6DB) is known color: Malibu. HEX triplet: 68, B6 and DB. RGB value is (104,182,219). Sum of RGB (Red+Green+Blue) = 104+182+219=505 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.59% from 505); Green value is 182 (71.48% from 255 or 36.04% from 505); Blue value is 219 (85.94% from 255 or 43.37% from 505); Max value from RGB is 219 - color contains mainly: blue. Hex color #68B6DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68B6DB is #974924. Grayscale: #A2A2A2. Windows color (decimal): -9914661 or 14399080. OLE color: 14399080.
HSL color Cylindrical-coordinate representation of color #68B6DB: hue angle of 199.3º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68B6DB is Cyan = 0.53, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 182 | 219 | - |
| CMYK | 0.53 | 0.17 | 0 | 0.14 |
| HSL | 199.3º | 0.61% | 0.63% | - |
| HSV(B) | 199.3º | 0.53% | 0.86% | - |
| XYZ | 35.22 | 41.51 | 73.17 | - |
| YUV | 162.9 | 159.66 | 85.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 182 | 219 | 0.53 | 0.17 | 0 | 0.14 | 199.3 | 0.61 | 0.63 |
| Hex | 68 | B6 | DB | 35 | 11 | 0 | E | C7 | 3D | 3F |
| Octal | 150 | 266 | 333 | 65 | 21 | 0 | 16 | 307 | 75 | 77 |
| Binary | 1101000 | 10110110 | 11011011 | 110101 | 10001 | 0 | 1110 | 11000111 | 111101 | 111111 |
Color Harmonies of #68B6DB
Complementary color
Monochromatic Colors of #68B6DB
Black with #68B6DB
Text Example
Text Example
White with #68B6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B6DB; }
p { color: rgb(104,182,219); }
H1.HeaderClassName
{
color: #68B6DB;
}
.AnyTagClassName
{
color: #68B6DB;
}
</style>
background-color css
<style>
a { background-color: #68B6DB; }
a { background-color: rgb(104,182,219); }
div.DivClassName
{
background-color: #68B6DB;
}
.BgClassName
{
background-color: #68B6DB;
}
</style>
border-color css
<style>
span { border-color: #68B6DB; }
span { border-color: rgb(104,182,219); }
td.TdClassName
{
border-color: #68B6DB;
}
.TagClassName
{
border-color: #68B6DB;
}
</style>