Shades of Malibu #62C6DC
Tints of Malibu #62C6DC
RGB
CMYK
RGB Variations
Color information
#62C6DC (or 0x62C6DC) is known color: Malibu. HEX triplet: 62, C6 and DC. RGB value is (98,198,220). Sum of RGB (Red+Green+Blue) = 98+198+220=516 (68% of max value = 765). Red value is 98 (38.67% from 255 or 18.99% from 516); Green value is 198 (77.73% from 255 or 38.37% from 516); Blue value is 220 (86.33% from 255 or 42.64% from 516); Max value from RGB is 220 - color contains mainly: blue. Hex color #62C6DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62C6DC is #9D3923. Grayscale: #AAAAAA. Windows color (decimal): -10303780 or 14468706. OLE color: 14468706.
HSL color Cylindrical-coordinate representation of color #62C6DC: hue angle of 190.82º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #62C6DC is Cyan = 0.55, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 98 | 198 | 220 | - |
| CMYK | 0.55 | 0.1 | 0 | 0.14 |
| HSL | 190.82º | 0.64% | 0.62% | - |
| HSV(B) | 190.82º | 0.55% | 0.86% | - |
| XYZ | 38.15 | 48.15 | 74.99 | - |
| YUV | 170.61 | 155.87 | 76.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 198 | 220 | 0.55 | 0.1 | 0 | 0.14 | 190.82 | 0.64 | 0.62 |
| Hex | 62 | C6 | DC | 37 | A | 0 | E | BF | 40 | 3E |
| Octal | 142 | 306 | 334 | 67 | 12 | 0 | 16 | 277 | 100 | 76 |
| Binary | 1100010 | 11000110 | 11011100 | 110111 | 1010 | 0 | 1110 | 10111111 | 1000000 | 111110 |
Color Harmonies of #62C6DC
Complementary color
Monochromatic Colors of #62C6DC
Black with #62C6DC
Text Example
Text Example
White with #62C6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62C6DC; }
p { color: rgb(98,198,220); }
H1.HeaderClassName
{
color: #62C6DC;
}
.AnyTagClassName
{
color: #62C6DC;
}
</style>
background-color css
<style>
a { background-color: #62C6DC; }
a { background-color: rgb(98,198,220); }
div.DivClassName
{
background-color: #62C6DC;
}
.BgClassName
{
background-color: #62C6DC;
}
</style>
border-color css
<style>
span { border-color: #62C6DC; }
span { border-color: rgb(98,198,220); }
td.TdClassName
{
border-color: #62C6DC;
}
.TagClassName
{
border-color: #62C6DC;
}
</style>