Shades of Malibu #68AEE7
Tints of Malibu #68AEE7
RGB
CMYK
RGB Variations
Color information
#68AEE7 (or 0x68AEE7) is known color: Malibu. HEX triplet: 68, AE and E7. RGB value is (104,174,231). Sum of RGB (Red+Green+Blue) = 104+174+231=509 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.43% from 509); Green value is 174 (68.36% from 255 or 34.18% from 509); Blue value is 231 (90.62% from 255 or 45.38% from 509); Max value from RGB is 231 - color contains mainly: blue. Hex color #68AEE7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68AEE7 is #975118. Grayscale: #9F9F9F. Windows color (decimal): -9916697 or 15183464. OLE color: 15183464.
HSL color Cylindrical-coordinate representation of color #68AEE7: hue angle of 206.93º 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 #68AEE7 is Cyan = 0.55, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 104 | 174 | 231 | - |
| CMYK | 0.55 | 0.25 | 0 | 0.09 |
| HSL | 206.93º | 0.73% | 0.66% | - |
| HSV(B) | 206.93º | 0.55% | 0.91% | - |
| XYZ | 35.27 | 38.98 | 81.27 | - |
| YUV | 159.57 | 168.31 | 88.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 174 | 231 | 0.55 | 0.25 | 0 | 0.09 | 206.93 | 0.73 | 0.66 |
| Hex | 68 | AE | E7 | 37 | 19 | 0 | 9 | CF | 49 | 42 |
| Octal | 150 | 256 | 347 | 67 | 31 | 0 | 11 | 317 | 111 | 102 |
| Binary | 1101000 | 10101110 | 11100111 | 110111 | 11001 | 0 | 1001 | 11001111 | 1001001 | 1000010 |
Color Harmonies of #68AEE7
Complementary color
Monochromatic Colors of #68AEE7
Black with #68AEE7
Text Example
Text Example
White with #68AEE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AEE7; }
p { color: rgb(104,174,231); }
H1.HeaderClassName
{
color: #68AEE7;
}
.AnyTagClassName
{
color: #68AEE7;
}
</style>
background-color css
<style>
a { background-color: #68AEE7; }
a { background-color: rgb(104,174,231); }
div.DivClassName
{
background-color: #68AEE7;
}
.BgClassName
{
background-color: #68AEE7;
}
</style>
border-color css
<style>
span { border-color: #68AEE7; }
span { border-color: rgb(104,174,231); }
td.TdClassName
{
border-color: #68AEE7;
}
.TagClassName
{
border-color: #68AEE7;
}
</style>