Shades of Malibu #6ABBEE
Tints of Malibu #6ABBEE
RGB
CMYK
RGB Variations
Color information
#6ABBEE (or 0x6ABBEE) is known color: Malibu. HEX triplet: 6A, BB and EE. RGB value is (106,187,238). Sum of RGB (Red+Green+Blue) = 106+187+238=531 (70% of max value = 765). Red value is 106 (41.80% from 255 or 19.96% from 531); Green value is 187 (73.44% from 255 or 35.22% from 531); Blue value is 238 (93.36% from 255 or 44.82% from 531); Max value from RGB is 238 - color contains mainly: blue. Hex color #6ABBEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ABBEE is #954411. Grayscale: #A8A8A8. Windows color (decimal): -9782290 or 15645546. OLE color: 15645546.
HSL color Cylindrical-coordinate representation of color #6ABBEE: hue angle of 203.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 #6ABBEE is Cyan = 0.55, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 106 | 187 | 238 | - |
| CMYK | 0.55 | 0.21 | 0 | 0.07 |
| HSL | 203.18º | 0.8% | 0.67% | - |
| HSV(B) | 203.18º | 0.55% | 0.93% | - |
| XYZ | 39.15 | 44.78 | 87.47 | - |
| YUV | 168.6 | 167.16 | 83.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 187 | 238 | 0.55 | 0.21 | 0 | 0.07 | 203.18 | 0.8 | 0.67 |
| Hex | 6A | BB | EE | 37 | 15 | 0 | 7 | CB | 50 | 43 |
| Octal | 152 | 273 | 356 | 67 | 25 | 0 | 7 | 313 | 120 | 103 |
| Binary | 1101010 | 10111011 | 11101110 | 110111 | 10101 | 0 | 111 | 11001011 | 1010000 | 1000011 |
Color Harmonies of #6ABBEE
Complementary color
Monochromatic Colors of #6ABBEE
Black with #6ABBEE
Text Example
Text Example
White with #6ABBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ABBEE; }
p { color: rgb(106,187,238); }
H1.HeaderClassName
{
color: #6ABBEE;
}
.AnyTagClassName
{
color: #6ABBEE;
}
</style>
background-color css
<style>
a { background-color: #6ABBEE; }
a { background-color: rgb(106,187,238); }
div.DivClassName
{
background-color: #6ABBEE;
}
.BgClassName
{
background-color: #6ABBEE;
}
</style>
border-color css
<style>
span { border-color: #6ABBEE; }
span { border-color: rgb(106,187,238); }
td.TdClassName
{
border-color: #6ABBEE;
}
.TagClassName
{
border-color: #6ABBEE;
}
</style>