Shades of Malibu #6FBBE7
Tints of Malibu #6FBBE7
RGB
CMYK
RGB Variations
Color information
#6FBBE7 (or 0x6FBBE7) is known color: Malibu. HEX triplet: 6F, BB and E7. RGB value is (111,187,231). Sum of RGB (Red+Green+Blue) = 111+187+231=529 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.98% from 529); Green value is 187 (73.44% from 255 or 35.35% from 529); Blue value is 231 (90.62% from 255 or 43.67% from 529); Max value from RGB is 231 - color contains mainly: blue. Hex color #6FBBE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FBBE7 is #904418. Grayscale: #A9A9A9. Windows color (decimal): -9454617 or 15186799. OLE color: 15186799.
HSL color Cylindrical-coordinate representation of color #6FBBE7: hue angle of 202º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6FBBE7 is Cyan = 0.52, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 111 | 187 | 231 | - |
| CMYK | 0.52 | 0.19 | 0 | 0.09 |
| HSL | 202º | 0.71% | 0.67% | - |
| HSV(B) | 202º | 0.52% | 0.91% | - |
| XYZ | 38.75 | 44.69 | 82.18 | - |
| YUV | 169.29 | 162.82 | 86.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 187 | 231 | 0.52 | 0.19 | 0 | 0.09 | 202 | 0.71 | 0.67 |
| Hex | 6F | BB | E7 | 34 | 13 | 0 | 9 | CA | 47 | 43 |
| Octal | 157 | 273 | 347 | 64 | 23 | 0 | 11 | 312 | 107 | 103 |
| Binary | 1101111 | 10111011 | 11100111 | 110100 | 10011 | 0 | 1001 | 11001010 | 1000111 | 1000011 |
Color Harmonies of #6FBBE7
Complementary color
Monochromatic Colors of #6FBBE7
Black with #6FBBE7
Text Example
Text Example
White with #6FBBE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBBE7; }
p { color: rgb(111,187,231); }
H1.HeaderClassName
{
color: #6FBBE7;
}
.AnyTagClassName
{
color: #6FBBE7;
}
</style>
background-color css
<style>
a { background-color: #6FBBE7; }
a { background-color: rgb(111,187,231); }
div.DivClassName
{
background-color: #6FBBE7;
}
.BgClassName
{
background-color: #6FBBE7;
}
</style>
border-color css
<style>
span { border-color: #6FBBE7; }
span { border-color: rgb(111,187,231); }
td.TdClassName
{
border-color: #6FBBE7;
}
.TagClassName
{
border-color: #6FBBE7;
}
</style>