Shades of Malibu #6FBBDB
Tints of Malibu #6FBBDB
RGB
CMYK
RGB Variations
Color information
#6FBBDB (or 0x6FBBDB) is known color: Malibu. HEX triplet: 6F, BB and DB. RGB value is (111,187,219). Sum of RGB (Red+Green+Blue) = 111+187+219=517 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.47% from 517); Green value is 187 (73.44% from 255 or 36.17% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 219 - color contains mainly: blue. Hex color #6FBBDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBBDB is #904424. Grayscale: #A7A7A7. Windows color (decimal): -9454629 or 14400367. OLE color: 14400367.
HSL color Cylindrical-coordinate representation of color #6FBBDB: hue angle of 197.78º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6FBBDB is Cyan = 0.49, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 187 | 219 | - |
| CMYK | 0.49 | 0.15 | 0 | 0.14 |
| HSL | 197.78º | 0.6% | 0.65% | - |
| HSV(B) | 197.78º | 0.49% | 0.86% | - |
| XYZ | 37.11 | 44.03 | 73.56 | - |
| YUV | 167.92 | 156.82 | 87.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 187 | 219 | 0.49 | 0.15 | 0 | 0.14 | 197.78 | 0.6 | 0.65 |
| Hex | 6F | BB | DB | 31 | F | 0 | E | C6 | 3C | 41 |
| Octal | 157 | 273 | 333 | 61 | 17 | 0 | 16 | 306 | 74 | 101 |
| Binary | 1101111 | 10111011 | 11011011 | 110001 | 1111 | 0 | 1110 | 11000110 | 111100 | 1000001 |
Color Harmonies of #6FBBDB
Complementary color
Monochromatic Colors of #6FBBDB
Black with #6FBBDB
Text Example
Text Example
White with #6FBBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBBDB; }
p { color: rgb(111,187,219); }
H1.HeaderClassName
{
color: #6FBBDB;
}
.AnyTagClassName
{
color: #6FBBDB;
}
</style>
background-color css
<style>
a { background-color: #6FBBDB; }
a { background-color: rgb(111,187,219); }
div.DivClassName
{
background-color: #6FBBDB;
}
.BgClassName
{
background-color: #6FBBDB;
}
</style>
border-color css
<style>
span { border-color: #6FBBDB; }
span { border-color: rgb(111,187,219); }
td.TdClassName
{
border-color: #6FBBDB;
}
.TagClassName
{
border-color: #6FBBDB;
}
</style>