Shades of Malibu #68B1E6
Tints of Malibu #68B1E6
RGB
CMYK
RGB Variations
Color information
#68B1E6 (or 0x68B1E6) is known color: Malibu. HEX triplet: 68, B1 and E6. RGB value is (104,177,230). Sum of RGB (Red+Green+Blue) = 104+177+230=511 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.35% from 511); Green value is 177 (69.53% from 255 or 34.64% from 511); Blue value is 230 (90.23% from 255 or 45.01% from 511); Max value from RGB is 230 - color contains mainly: blue. Hex color #68B1E6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68B1E6 is #974E19. Grayscale: #A0A0A0. Windows color (decimal): -9915930 or 15118696. OLE color: 15118696.
HSL color Cylindrical-coordinate representation of color #68B1E6: hue angle of 205.24º 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 #68B1E6 is Cyan = 0.55, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 104 | 177 | 230 | - |
| CMYK | 0.55 | 0.23 | 0 | 0.10 |
| HSL | 205.24º | 0.72% | 0.65% | - |
| HSV(B) | 205.24º | 0.55% | 0.9% | - |
| XYZ | 35.71 | 40.1 | 80.72 | - |
| YUV | 161.22 | 166.82 | 87.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 177 | 230 | 0.55 | 0.23 | 0 | 0.10 | 205.24 | 0.72 | 0.65 |
| Hex | 68 | B1 | E6 | 37 | 17 | 0 | A | CD | 48 | 41 |
| Octal | 150 | 261 | 346 | 67 | 27 | 0 | 12 | 315 | 110 | 101 |
| Binary | 1101000 | 10110001 | 11100110 | 110111 | 10111 | 0 | 1010 | 11001101 | 1001000 | 1000001 |
Color Harmonies of #68B1E6
Complementary color
Monochromatic Colors of #68B1E6
Black with #68B1E6
Text Example
Text Example
White with #68B1E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B1E6; }
p { color: rgb(104,177,230); }
H1.HeaderClassName
{
color: #68B1E6;
}
.AnyTagClassName
{
color: #68B1E6;
}
</style>
background-color css
<style>
a { background-color: #68B1E6; }
a { background-color: rgb(104,177,230); }
div.DivClassName
{
background-color: #68B1E6;
}
.BgClassName
{
background-color: #68B1E6;
}
</style>
border-color css
<style>
span { border-color: #68B1E6; }
span { border-color: rgb(104,177,230); }
td.TdClassName
{
border-color: #68B1E6;
}
.TagClassName
{
border-color: #68B1E6;
}
</style>