Shades of Malibu #6BBBE0
Tints of Malibu #6BBBE0
RGB
CMYK
RGB Variations
Color information
#6BBBE0 (or 0x6BBBE0) is known color: Malibu. HEX triplet: 6B, BB and E0. RGB value is (107,187,224). Sum of RGB (Red+Green+Blue) = 107+187+224=518 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.66% from 518); Green value is 187 (73.44% from 255 or 36.10% from 518); Blue value is 224 (87.89% from 255 or 43.24% from 518); Max value from RGB is 224 - color contains mainly: blue. Hex color #6BBBE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BBBE0 is #94441F. Grayscale: #A7A7A7. Windows color (decimal): -9716768 or 14728043. OLE color: 14728043.
HSL color Cylindrical-coordinate representation of color #6BBBE0: hue angle of 198.97º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BBBE0 is Cyan = 0.52, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 107 | 187 | 224 | - |
| CMYK | 0.52 | 0.17 | 0 | 0.12 |
| HSL | 198.97º | 0.65% | 0.65% | - |
| HSV(B) | 198.97º | 0.52% | 0.88% | - |
| XYZ | 37.29 | 44.05 | 77.06 | - |
| YUV | 167.3 | 160 | 84.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 187 | 224 | 0.52 | 0.17 | 0 | 0.12 | 198.97 | 0.65 | 0.65 |
| Hex | 6B | BB | E0 | 34 | 11 | 0 | C | C7 | 41 | 41 |
| Octal | 153 | 273 | 340 | 64 | 21 | 0 | 14 | 307 | 101 | 101 |
| Binary | 1101011 | 10111011 | 11100000 | 110100 | 10001 | 0 | 1100 | 11000111 | 1000001 | 1000001 |
Color Harmonies of #6BBBE0
Complementary color
Monochromatic Colors of #6BBBE0
Black with #6BBBE0
Text Example
Text Example
White with #6BBBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BBBE0; }
p { color: rgb(107,187,224); }
H1.HeaderClassName
{
color: #6BBBE0;
}
.AnyTagClassName
{
color: #6BBBE0;
}
</style>
background-color css
<style>
a { background-color: #6BBBE0; }
a { background-color: rgb(107,187,224); }
div.DivClassName
{
background-color: #6BBBE0;
}
.BgClassName
{
background-color: #6BBBE0;
}
</style>
border-color css
<style>
span { border-color: #6BBBE0; }
span { border-color: rgb(107,187,224); }
td.TdClassName
{
border-color: #6BBBE0;
}
.TagClassName
{
border-color: #6BBBE0;
}
</style>