Shades of Malibu #6FBBE0
Tints of Malibu #6FBBE0
RGB
CMYK
RGB Variations
Color information
#6FBBE0 (or 0x6FBBE0) is known color: Malibu. HEX triplet: 6F, BB and E0. RGB value is (111,187,224). Sum of RGB (Red+Green+Blue) = 111+187+224=522 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.26% from 522); Green value is 187 (73.44% from 255 or 35.82% from 522); Blue value is 224 (87.89% from 255 or 42.91% from 522); Max value from RGB is 224 - color contains mainly: blue. Hex color #6FBBE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBBE0 is #90441F. Grayscale: #A8A8A8. Windows color (decimal): -9454624 or 14728047. OLE color: 14728047.
HSL color Cylindrical-coordinate representation of color #6FBBE0: hue angle of 199.65º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FBBE0 is Cyan = 0.50, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 111 | 187 | 224 | - |
| CMYK | 0.50 | 0.17 | 0 | 0.12 |
| HSL | 199.65º | 0.65% | 0.66% | - |
| HSV(B) | 199.65º | 0.5% | 0.88% | - |
| XYZ | 37.78 | 44.3 | 77.08 | - |
| YUV | 168.49 | 159.32 | 86.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 187 | 224 | 0.50 | 0.17 | 0 | 0.12 | 199.65 | 0.65 | 0.66 |
| Hex | 6F | BB | E0 | 32 | 11 | 0 | C | C8 | 41 | 42 |
| Octal | 157 | 273 | 340 | 62 | 21 | 0 | 14 | 310 | 101 | 102 |
| Binary | 1101111 | 10111011 | 11100000 | 110010 | 10001 | 0 | 1100 | 11001000 | 1000001 | 1000010 |
Color Harmonies of #6FBBE0
Complementary color
Monochromatic Colors of #6FBBE0
Black with #6FBBE0
Text Example
Text Example
White with #6FBBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBBE0; }
p { color: rgb(111,187,224); }
H1.HeaderClassName
{
color: #6FBBE0;
}
.AnyTagClassName
{
color: #6FBBE0;
}
</style>
background-color css
<style>
a { background-color: #6FBBE0; }
a { background-color: rgb(111,187,224); }
div.DivClassName
{
background-color: #6FBBE0;
}
.BgClassName
{
background-color: #6FBBE0;
}
</style>
border-color css
<style>
span { border-color: #6FBBE0; }
span { border-color: rgb(111,187,224); }
td.TdClassName
{
border-color: #6FBBE0;
}
.TagClassName
{
border-color: #6FBBE0;
}
</style>