Shades of Malibu #68C6DD
Tints of Malibu #68C6DD
RGB
CMYK
RGB Variations
Color information
#68C6DD (or 0x68C6DD) is known color: Malibu. HEX triplet: 68, C6 and DD. RGB value is (104,198,221). Sum of RGB (Red+Green+Blue) = 104+198+221=523 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.89% from 523); Green value is 198 (77.73% from 255 or 37.86% from 523); Blue value is 221 (86.72% from 255 or 42.26% from 523); Max value from RGB is 221 - color contains mainly: blue. Hex color #68C6DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68C6DD is #973922. Grayscale: #ACACAC. Windows color (decimal): -9910563 or 14534248. OLE color: 14534248.
HSL color Cylindrical-coordinate representation of color #68C6DD: hue angle of 191.79º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68C6DD is Cyan = 0.53, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 198 | 221 | - |
| CMYK | 0.53 | 0.10 | 0 | 0.13 |
| HSL | 191.79º | 0.63% | 0.64% | - |
| HSV(B) | 191.79º | 0.53% | 0.87% | - |
| XYZ | 38.95 | 48.55 | 75.72 | - |
| YUV | 172.52 | 155.36 | 79.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 198 | 221 | 0.53 | 0.10 | 0 | 0.13 | 191.79 | 0.63 | 0.64 |
| Hex | 68 | C6 | DD | 35 | A | 0 | D | C0 | 3F | 40 |
| Octal | 150 | 306 | 335 | 65 | 12 | 0 | 15 | 300 | 77 | 100 |
| Binary | 1101000 | 11000110 | 11011101 | 110101 | 1010 | 0 | 1101 | 11000000 | 111111 | 1000000 |
Color Harmonies of #68C6DD
Complementary color
Monochromatic Colors of #68C6DD
Black with #68C6DD
Text Example
Text Example
White with #68C6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C6DD; }
p { color: rgb(104,198,221); }
H1.HeaderClassName
{
color: #68C6DD;
}
.AnyTagClassName
{
color: #68C6DD;
}
</style>
background-color css
<style>
a { background-color: #68C6DD; }
a { background-color: rgb(104,198,221); }
div.DivClassName
{
background-color: #68C6DD;
}
.BgClassName
{
background-color: #68C6DD;
}
</style>
border-color css
<style>
span { border-color: #68C6DD; }
span { border-color: rgb(104,198,221); }
td.TdClassName
{
border-color: #68C6DD;
}
.TagClassName
{
border-color: #68C6DD;
}
</style>