Shades of Malibu #6AB0EE
Tints of Malibu #6AB0EE
RGB
CMYK
RGB Variations
Color information
#6AB0EE (or 0x6AB0EE) is known color: Malibu. HEX triplet: 6A, B0 and EE. RGB value is (106,176,238). Sum of RGB (Red+Green+Blue) = 106+176+238=520 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.38% from 520); Green value is 176 (69.14% from 255 or 33.85% from 520); Blue value is 238 (93.36% from 255 or 45.77% from 520); Max value from RGB is 238 - color contains mainly: blue. Hex color #6AB0EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6AB0EE is #954F11. Grayscale: #A1A1A1. Windows color (decimal): -9785106 or 15642730. OLE color: 15642730.
HSL color Cylindrical-coordinate representation of color #6AB0EE: hue angle of 208.18º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6AB0EE is Cyan = 0.55, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 106 | 176 | 238 | - |
| CMYK | 0.55 | 0.26 | 0 | 0.07 |
| HSL | 208.18º | 0.8% | 0.67% | - |
| HSV(B) | 208.18º | 0.55% | 0.93% | - |
| XYZ | 36.9 | 40.29 | 86.72 | - |
| YUV | 162.14 | 170.81 | 87.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 176 | 238 | 0.55 | 0.26 | 0 | 0.07 | 208.18 | 0.8 | 0.67 |
| Hex | 6A | B0 | EE | 37 | 1A | 0 | 7 | D0 | 50 | 43 |
| Octal | 152 | 260 | 356 | 67 | 32 | 0 | 7 | 320 | 120 | 103 |
| Binary | 1101010 | 10110000 | 11101110 | 110111 | 11010 | 0 | 111 | 11010000 | 1010000 | 1000011 |
Color Harmonies of #6AB0EE
Complementary color
Monochromatic Colors of #6AB0EE
Black with #6AB0EE
Text Example
Text Example
White with #6AB0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB0EE; }
p { color: rgb(106,176,238); }
H1.HeaderClassName
{
color: #6AB0EE;
}
.AnyTagClassName
{
color: #6AB0EE;
}
</style>
background-color css
<style>
a { background-color: #6AB0EE; }
a { background-color: rgb(106,176,238); }
div.DivClassName
{
background-color: #6AB0EE;
}
.BgClassName
{
background-color: #6AB0EE;
}
</style>
border-color css
<style>
span { border-color: #6AB0EE; }
span { border-color: rgb(106,176,238); }
td.TdClassName
{
border-color: #6AB0EE;
}
.TagClassName
{
border-color: #6AB0EE;
}
</style>