Shades of Malibu #62B0E6
Tints of Malibu #62B0E6
RGB
CMYK
RGB Variations
Color information
#62B0E6 (or 0x62B0E6) is known color: Malibu. HEX triplet: 62, B0 and E6. RGB value is (98,176,230). Sum of RGB (Red+Green+Blue) = 98+176+230=504 (66% of max value = 765). Red value is 98 (38.67% from 255 or 19.44% from 504); Green value is 176 (69.14% from 255 or 34.92% from 504); Blue value is 230 (90.23% from 255 or 45.63% from 504); Max value from RGB is 230 - color contains mainly: blue. Hex color #62B0E6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #62B0E6 is #9D4F19. Grayscale: #9E9E9E. Windows color (decimal): -10309402 or 15118434. OLE color: 15118434.
HSL color Cylindrical-coordinate representation of color #62B0E6: hue angle of 204.55º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #62B0E6 is Cyan = 0.57, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 98 | 176 | 230 | - |
| CMYK | 0.57 | 0.23 | 0 | 0.10 |
| HSL | 204.55º | 0.73% | 0.64% | - |
| HSV(B) | 204.55º | 0.57% | 0.9% | - |
| XYZ | 34.85 | 39.36 | 80.62 | - |
| YUV | 158.83 | 168.16 | 84.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 176 | 230 | 0.57 | 0.23 | 0 | 0.10 | 204.55 | 0.73 | 0.64 |
| Hex | 62 | B0 | E6 | 39 | 17 | 0 | A | CD | 49 | 40 |
| Octal | 142 | 260 | 346 | 71 | 27 | 0 | 12 | 315 | 111 | 100 |
| Binary | 1100010 | 10110000 | 11100110 | 111001 | 10111 | 0 | 1010 | 11001101 | 1001001 | 1000000 |
Color Harmonies of #62B0E6
Complementary color
Monochromatic Colors of #62B0E6
Black with #62B0E6
Text Example
Text Example
White with #62B0E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62B0E6; }
p { color: rgb(98,176,230); }
H1.HeaderClassName
{
color: #62B0E6;
}
.AnyTagClassName
{
color: #62B0E6;
}
</style>
background-color css
<style>
a { background-color: #62B0E6; }
a { background-color: rgb(98,176,230); }
div.DivClassName
{
background-color: #62B0E6;
}
.BgClassName
{
background-color: #62B0E6;
}
</style>
border-color css
<style>
span { border-color: #62B0E6; }
span { border-color: rgb(98,176,230); }
td.TdClassName
{
border-color: #62B0E6;
}
.TagClassName
{
border-color: #62B0E6;
}
</style>