Shades of Malibu #6AB4E6
Tints of Malibu #6AB4E6
RGB
CMYK
RGB Variations
Color information
#6AB4E6 (or 0x6AB4E6) is known color: Malibu. HEX triplet: 6A, B4 and E6. RGB value is (106,180,230). Sum of RGB (Red+Green+Blue) = 106+180+230=516 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.54% from 516); Green value is 180 (70.70% from 255 or 34.88% from 516); Blue value is 230 (90.23% from 255 or 44.57% from 516); Max value from RGB is 230 - color contains mainly: blue. Hex color #6AB4E6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6AB4E6 is #954B19. Grayscale: #A3A3A3. Windows color (decimal): -9784090 or 15119466. OLE color: 15119466.
HSL color Cylindrical-coordinate representation of color #6AB4E6: hue angle of 204.19º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6AB4E6 is Cyan = 0.54, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 106 | 180 | 230 | - |
| CMYK | 0.54 | 0.22 | 0 | 0.10 |
| HSL | 204.19º | 0.71% | 0.66% | - |
| HSV(B) | 204.19º | 0.54% | 0.9% | - |
| XYZ | 36.55 | 41.42 | 80.93 | - |
| YUV | 163.57 | 165.48 | 86.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 180 | 230 | 0.54 | 0.22 | 0 | 0.10 | 204.19 | 0.71 | 0.66 |
| Hex | 6A | B4 | E6 | 36 | 16 | 0 | A | CC | 47 | 42 |
| Octal | 152 | 264 | 346 | 66 | 26 | 0 | 12 | 314 | 107 | 102 |
| Binary | 1101010 | 10110100 | 11100110 | 110110 | 10110 | 0 | 1010 | 11001100 | 1000111 | 1000010 |
Color Harmonies of #6AB4E6
Complementary color
Monochromatic Colors of #6AB4E6
Black with #6AB4E6
Text Example
Text Example
White with #6AB4E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB4E6; }
p { color: rgb(106,180,230); }
H1.HeaderClassName
{
color: #6AB4E6;
}
.AnyTagClassName
{
color: #6AB4E6;
}
</style>
background-color css
<style>
a { background-color: #6AB4E6; }
a { background-color: rgb(106,180,230); }
div.DivClassName
{
background-color: #6AB4E6;
}
.BgClassName
{
background-color: #6AB4E6;
}
</style>
border-color css
<style>
span { border-color: #6AB4E6; }
span { border-color: rgb(106,180,230); }
td.TdClassName
{
border-color: #6AB4E6;
}
.TagClassName
{
border-color: #6AB4E6;
}
</style>