Shades of Malibu #6FBBE1
Tints of Malibu #6FBBE1
RGB
CMYK
RGB Variations
Color information
#6FBBE1 (or 0x6FBBE1) is known color: Malibu. HEX triplet: 6F, BB and E1. RGB value is (111,187,225). Sum of RGB (Red+Green+Blue) = 111+187+225=523 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.22% from 523); Green value is 187 (73.44% from 255 or 35.76% from 523); Blue value is 225 (88.28% from 255 or 43.02% from 523); Max value from RGB is 225 - color contains mainly: blue. Hex color #6FBBE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBBE1 is #90441E. Grayscale: #A8A8A8. Windows color (decimal): -9454623 or 14793583. OLE color: 14793583.
HSL color Cylindrical-coordinate representation of color #6FBBE1: hue angle of 200º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6FBBE1 is Cyan = 0.51, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 111 | 187 | 225 | - |
| CMYK | 0.51 | 0.17 | 0 | 0.12 |
| HSL | 200º | 0.66% | 0.66% | - |
| HSV(B) | 200º | 0.51% | 0.88% | - |
| XYZ | 37.92 | 44.36 | 77.8 | - |
| YUV | 168.61 | 159.82 | 86.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 187 | 225 | 0.51 | 0.17 | 0 | 0.12 | 200 | 0.66 | 0.66 |
| Hex | 6F | BB | E1 | 33 | 11 | 0 | C | C8 | 42 | 42 |
| Octal | 157 | 273 | 341 | 63 | 21 | 0 | 14 | 310 | 102 | 102 |
| Binary | 1101111 | 10111011 | 11100001 | 110011 | 10001 | 0 | 1100 | 11001000 | 1000010 | 1000010 |
Color Harmonies of #6FBBE1
Complementary color
Monochromatic Colors of #6FBBE1
Black with #6FBBE1
Text Example
Text Example
White with #6FBBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBBE1; }
p { color: rgb(111,187,225); }
H1.HeaderClassName
{
color: #6FBBE1;
}
.AnyTagClassName
{
color: #6FBBE1;
}
</style>
background-color css
<style>
a { background-color: #6FBBE1; }
a { background-color: rgb(111,187,225); }
div.DivClassName
{
background-color: #6FBBE1;
}
.BgClassName
{
background-color: #6FBBE1;
}
</style>
border-color css
<style>
span { border-color: #6FBBE1; }
span { border-color: rgb(111,187,225); }
td.TdClassName
{
border-color: #6FBBE1;
}
.TagClassName
{
border-color: #6FBBE1;
}
</style>