Shades of Malibu #68BDE6
Tints of Malibu #68BDE6
RGB
CMYK
RGB Variations
Color information
#68BDE6 (or 0x68BDE6) is known color: Malibu. HEX triplet: 68, BD and E6. RGB value is (104,189,230). Sum of RGB (Red+Green+Blue) = 104+189+230=523 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.89% from 523); Green value is 189 (74.22% from 255 or 36.14% from 523); Blue value is 230 (90.23% from 255 or 43.98% from 523); Max value from RGB is 230 - color contains mainly: blue. Hex color #68BDE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68BDE6 is #974219. Grayscale: #A8A8A8. Windows color (decimal): -9912858 or 15121768. OLE color: 15121768.
HSL color Cylindrical-coordinate representation of color #68BDE6: hue angle of 199.52º 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 #68BDE6 is Cyan = 0.55, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 104 | 189 | 230 | - |
| CMYK | 0.55 | 0.18 | 0 | 0.10 |
| HSL | 199.52º | 0.72% | 0.65% | - |
| HSV(B) | 199.52º | 0.55% | 0.9% | - |
| XYZ | 38.19 | 45.05 | 81.55 | - |
| YUV | 168.26 | 162.84 | 82.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 189 | 230 | 0.55 | 0.18 | 0 | 0.10 | 199.52 | 0.72 | 0.65 |
| Hex | 68 | BD | E6 | 37 | 12 | 0 | A | C8 | 48 | 41 |
| Octal | 150 | 275 | 346 | 67 | 22 | 0 | 12 | 310 | 110 | 101 |
| Binary | 1101000 | 10111101 | 11100110 | 110111 | 10010 | 0 | 1010 | 11001000 | 1001000 | 1000001 |
Color Harmonies of #68BDE6
Complementary color
Monochromatic Colors of #68BDE6
Black with #68BDE6
Text Example
Text Example
White with #68BDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BDE6; }
p { color: rgb(104,189,230); }
H1.HeaderClassName
{
color: #68BDE6;
}
.AnyTagClassName
{
color: #68BDE6;
}
</style>
background-color css
<style>
a { background-color: #68BDE6; }
a { background-color: rgb(104,189,230); }
div.DivClassName
{
background-color: #68BDE6;
}
.BgClassName
{
background-color: #68BDE6;
}
</style>
border-color css
<style>
span { border-color: #68BDE6; }
span { border-color: rgb(104,189,230); }
td.TdClassName
{
border-color: #68BDE6;
}
.TagClassName
{
border-color: #68BDE6;
}
</style>