Shades of Malibu #6FBBDF
Tints of Malibu #6FBBDF
RGB
CMYK
RGB Variations
Color information
#6FBBDF (or 0x6FBBDF) is known color: Malibu. HEX triplet: 6F, BB and DF. RGB value is (111,187,223). Sum of RGB (Red+Green+Blue) = 111+187+223=521 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.31% from 521); Green value is 187 (73.44% from 255 or 35.89% from 521); Blue value is 223 (87.5% from 255 or 42.80% from 521); Max value from RGB is 223 - color contains mainly: blue. Hex color #6FBBDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBBDF is #904420. Grayscale: #A8A8A8. Windows color (decimal): -9454625 or 14662511. OLE color: 14662511.
HSL color Cylindrical-coordinate representation of color #6FBBDF: hue angle of 199.29º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FBBDF is Cyan = 0.50, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 187 | 223 | - |
| CMYK | 0.50 | 0.16 | 0 | 0.13 |
| HSL | 199.29º | 0.64% | 0.65% | - |
| HSV(B) | 199.29º | 0.5% | 0.87% | - |
| XYZ | 37.65 | 44.25 | 76.37 | - |
| YUV | 168.38 | 158.82 | 87.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 187 | 223 | 0.50 | 0.16 | 0 | 0.13 | 199.29 | 0.64 | 0.65 |
| Hex | 6F | BB | DF | 32 | 10 | 0 | D | C7 | 40 | 41 |
| Octal | 157 | 273 | 337 | 62 | 20 | 0 | 15 | 307 | 100 | 101 |
| Binary | 1101111 | 10111011 | 11011111 | 110010 | 10000 | 0 | 1101 | 11000111 | 1000000 | 1000001 |
Color Harmonies of #6FBBDF
Complementary color
Monochromatic Colors of #6FBBDF
Black with #6FBBDF
Text Example
Text Example
White with #6FBBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBBDF; }
p { color: rgb(111,187,223); }
H1.HeaderClassName
{
color: #6FBBDF;
}
.AnyTagClassName
{
color: #6FBBDF;
}
</style>
background-color css
<style>
a { background-color: #6FBBDF; }
a { background-color: rgb(111,187,223); }
div.DivClassName
{
background-color: #6FBBDF;
}
.BgClassName
{
background-color: #6FBBDF;
}
</style>
border-color css
<style>
span { border-color: #6FBBDF; }
span { border-color: rgb(111,187,223); }
td.TdClassName
{
border-color: #6FBBDF;
}
.TagClassName
{
border-color: #6FBBDF;
}
</style>