Shades of Malibu #68C0E6
Tints of Malibu #68C0E6
RGB
CMYK
RGB Variations
Color information
#68C0E6 (or 0x68C0E6) is known color: Malibu. HEX triplet: 68, C0 and E6. RGB value is (104,192,230). Sum of RGB (Red+Green+Blue) = 104+192+230=526 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.77% from 526); Green value is 192 (75.39% from 255 or 36.50% from 526); Blue value is 230 (90.23% from 255 or 43.73% from 526); Max value from RGB is 230 - color contains mainly: blue. Hex color #68C0E6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68C0E6 is #973F19. Grayscale: #A9A9A9. Windows color (decimal): -9912090 or 15122536. OLE color: 15122536.
HSL color Cylindrical-coordinate representation of color #68C0E6: hue angle of 198.1º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68C0E6 is Cyan = 0.55, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 104 | 192 | 230 | - |
| CMYK | 0.55 | 0.17 | 0 | 0.10 |
| HSL | 198.1º | 0.72% | 0.65% | - |
| HSV(B) | 198.1º | 0.55% | 0.9% | - |
| XYZ | 38.84 | 46.36 | 81.76 | - |
| YUV | 170.02 | 161.85 | 80.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 192 | 230 | 0.55 | 0.17 | 0 | 0.10 | 198.1 | 0.72 | 0.65 |
| Hex | 68 | C0 | E6 | 37 | 11 | 0 | A | C6 | 48 | 41 |
| Octal | 150 | 300 | 346 | 67 | 21 | 0 | 12 | 306 | 110 | 101 |
| Binary | 1101000 | 11000000 | 11100110 | 110111 | 10001 | 0 | 1010 | 11000110 | 1001000 | 1000001 |
Color Harmonies of #68C0E6
Complementary color
Monochromatic Colors of #68C0E6
Black with #68C0E6
Text Example
Text Example
White with #68C0E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C0E6; }
p { color: rgb(104,192,230); }
H1.HeaderClassName
{
color: #68C0E6;
}
.AnyTagClassName
{
color: #68C0E6;
}
</style>
background-color css
<style>
a { background-color: #68C0E6; }
a { background-color: rgb(104,192,230); }
div.DivClassName
{
background-color: #68C0E6;
}
.BgClassName
{
background-color: #68C0E6;
}
</style>
border-color css
<style>
span { border-color: #68C0E6; }
span { border-color: rgb(104,192,230); }
td.TdClassName
{
border-color: #68C0E6;
}
.TagClassName
{
border-color: #68C0E6;
}
</style>