Shades of Malibu #68B2E7
Tints of Malibu #68B2E7
RGB
CMYK
RGB Variations
Color information
#68B2E7 (or 0x68B2E7) is known color: Malibu. HEX triplet: 68, B2 and E7. RGB value is (104,178,231). Sum of RGB (Red+Green+Blue) = 104+178+231=513 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.27% from 513); Green value is 178 (69.92% from 255 or 34.70% from 513); Blue value is 231 (90.62% from 255 or 45.03% from 513); Max value from RGB is 231 - color contains mainly: blue. Hex color #68B2E7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68B2E7 is #974D18. Grayscale: #A1A1A1. Windows color (decimal): -9915673 or 15184488. OLE color: 15184488.
HSL color Cylindrical-coordinate representation of color #68B2E7: hue angle of 205.04º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68B2E7 is Cyan = 0.55, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 104 | 178 | 231 | - |
| CMYK | 0.55 | 0.23 | 0 | 0.09 |
| HSL | 205.04º | 0.73% | 0.66% | - |
| HSV(B) | 205.04º | 0.55% | 0.91% | - |
| XYZ | 36.05 | 40.55 | 81.53 | - |
| YUV | 161.92 | 166.98 | 86.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 178 | 231 | 0.55 | 0.23 | 0 | 0.09 | 205.04 | 0.73 | 0.66 |
| Hex | 68 | B2 | E7 | 37 | 17 | 0 | 9 | CD | 49 | 42 |
| Octal | 150 | 262 | 347 | 67 | 27 | 0 | 11 | 315 | 111 | 102 |
| Binary | 1101000 | 10110010 | 11100111 | 110111 | 10111 | 0 | 1001 | 11001101 | 1001001 | 1000010 |
Color Harmonies of #68B2E7
Complementary color
Monochromatic Colors of #68B2E7
Black with #68B2E7
Text Example
Text Example
White with #68B2E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B2E7; }
p { color: rgb(104,178,231); }
H1.HeaderClassName
{
color: #68B2E7;
}
.AnyTagClassName
{
color: #68B2E7;
}
</style>
background-color css
<style>
a { background-color: #68B2E7; }
a { background-color: rgb(104,178,231); }
div.DivClassName
{
background-color: #68B2E7;
}
.BgClassName
{
background-color: #68B2E7;
}
</style>
border-color css
<style>
span { border-color: #68B2E7; }
span { border-color: rgb(104,178,231); }
td.TdClassName
{
border-color: #68B2E7;
}
.TagClassName
{
border-color: #68B2E7;
}
</style>