Shades of Malibu #6FBFDB
Tints of Malibu #6FBFDB
RGB
CMYK
RGB Variations
Color information
#6FBFDB (or 0x6FBFDB) is known color: Malibu. HEX triplet: 6F, BF and DB. RGB value is (111,191,219). Sum of RGB (Red+Green+Blue) = 111+191+219=521 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.31% from 521); Green value is 191 (75% from 255 or 36.66% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 219 - color contains mainly: blue. Hex color #6FBFDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBFDB is #904024. Grayscale: #AAAAAA. Windows color (decimal): -9453605 or 14401391. OLE color: 14401391.
HSL color Cylindrical-coordinate representation of color #6FBFDB: hue angle of 195.56º 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 #6FBFDB is Cyan = 0.49, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 191 | 219 | - |
| CMYK | 0.49 | 0.13 | 0 | 0.14 |
| HSL | 195.56º | 0.6% | 0.65% | - |
| HSV(B) | 195.56º | 0.49% | 0.86% | - |
| XYZ | 37.97 | 45.76 | 73.85 | - |
| YUV | 170.27 | 155.5 | 85.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 191 | 219 | 0.49 | 0.13 | 0 | 0.14 | 195.56 | 0.6 | 0.65 |
| Hex | 6F | BF | DB | 31 | D | 0 | E | C4 | 3C | 41 |
| Octal | 157 | 277 | 333 | 61 | 15 | 0 | 16 | 304 | 74 | 101 |
| Binary | 1101111 | 10111111 | 11011011 | 110001 | 1101 | 0 | 1110 | 11000100 | 111100 | 1000001 |
Color Harmonies of #6FBFDB
Complementary color
Monochromatic Colors of #6FBFDB
Black with #6FBFDB
Text Example
Text Example
White with #6FBFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBFDB; }
p { color: rgb(111,191,219); }
H1.HeaderClassName
{
color: #6FBFDB;
}
.AnyTagClassName
{
color: #6FBFDB;
}
</style>
background-color css
<style>
a { background-color: #6FBFDB; }
a { background-color: rgb(111,191,219); }
div.DivClassName
{
background-color: #6FBFDB;
}
.BgClassName
{
background-color: #6FBFDB;
}
</style>
border-color css
<style>
span { border-color: #6FBFDB; }
span { border-color: rgb(111,191,219); }
td.TdClassName
{
border-color: #6FBFDB;
}
.TagClassName
{
border-color: #6FBFDB;
}
</style>