Shades of Malibu #6AB2EE
Tints of Malibu #6AB2EE
RGB
CMYK
RGB Variations
Color information
#6AB2EE (or 0x6AB2EE) is known color: Malibu. HEX triplet: 6A, B2 and EE. RGB value is (106,178,238). Sum of RGB (Red+Green+Blue) = 106+178+238=522 (69% of max value = 765). Red value is 106 (41.80% from 255 or 20.31% from 522); Green value is 178 (69.92% from 255 or 34.10% from 522); Blue value is 238 (93.36% from 255 or 45.59% from 522); Max value from RGB is 238 - color contains mainly: blue. Hex color #6AB2EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6AB2EE is #954D11. Grayscale: #A3A3A3. Windows color (decimal): -9784594 or 15643242. OLE color: 15643242.
HSL color Cylindrical-coordinate representation of color #6AB2EE: hue angle of 207.27º 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 #6AB2EE is Cyan = 0.55, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 106 | 178 | 238 | - |
| CMYK | 0.55 | 0.25 | 0 | 0.07 |
| HSL | 207.27º | 0.8% | 0.67% | - |
| HSV(B) | 207.27º | 0.55% | 0.93% | - |
| XYZ | 37.3 | 41.08 | 86.85 | - |
| YUV | 163.31 | 170.15 | 87.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 178 | 238 | 0.55 | 0.25 | 0 | 0.07 | 207.27 | 0.8 | 0.67 |
| Hex | 6A | B2 | EE | 37 | 19 | 0 | 7 | CF | 50 | 43 |
| Octal | 152 | 262 | 356 | 67 | 31 | 0 | 7 | 317 | 120 | 103 |
| Binary | 1101010 | 10110010 | 11101110 | 110111 | 11001 | 0 | 111 | 11001111 | 1010000 | 1000011 |
Color Harmonies of #6AB2EE
Complementary color
Monochromatic Colors of #6AB2EE
Black with #6AB2EE
Text Example
Text Example
White with #6AB2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB2EE; }
p { color: rgb(106,178,238); }
H1.HeaderClassName
{
color: #6AB2EE;
}
.AnyTagClassName
{
color: #6AB2EE;
}
</style>
background-color css
<style>
a { background-color: #6AB2EE; }
a { background-color: rgb(106,178,238); }
div.DivClassName
{
background-color: #6AB2EE;
}
.BgClassName
{
background-color: #6AB2EE;
}
</style>
border-color css
<style>
span { border-color: #6AB2EE; }
span { border-color: rgb(106,178,238); }
td.TdClassName
{
border-color: #6AB2EE;
}
.TagClassName
{
border-color: #6AB2EE;
}
</style>