Shades of Malibu #6BBFD8
Tints of Malibu #6BBFD8
RGB
CMYK
RGB Variations
Color information
#6BBFD8 (or 0x6BBFD8) is known color: Malibu. HEX triplet: 6B, BF and D8. RGB value is (107,191,216). Sum of RGB (Red+Green+Blue) = 107+191+216=514 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.82% from 514); Green value is 191 (75% from 255 or 37.16% from 514); Blue value is 216 (84.77% from 255 or 42.02% from 514); Max value from RGB is 216 - color contains mainly: blue. Hex color #6BBFD8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BBFD8 is #944027. Grayscale: #A8A8A8. Windows color (decimal): -9715752 or 14204779. OLE color: 14204779.
HSL color Cylindrical-coordinate representation of color #6BBFD8: hue angle of 193.76º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6BBFD8 is Cyan = 0.50, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 107 | 191 | 216 | - |
| CMYK | 0.50 | 0.12 | 0 | 0.15 |
| HSL | 193.76º | 0.58% | 0.63% | - |
| HSV(B) | 193.76º | 0.5% | 0.85% | - |
| XYZ | 37.09 | 45.35 | 71.76 | - |
| YUV | 168.73 | 154.67 | 83.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 191 | 216 | 0.50 | 0.12 | 0 | 0.15 | 193.76 | 0.58 | 0.63 |
| Hex | 6B | BF | D8 | 32 | C | 0 | F | C2 | 3A | 3F |
| Octal | 153 | 277 | 330 | 62 | 14 | 0 | 17 | 302 | 72 | 77 |
| Binary | 1101011 | 10111111 | 11011000 | 110010 | 1100 | 0 | 1111 | 11000010 | 111010 | 111111 |
Color Harmonies of #6BBFD8
Complementary color
Monochromatic Colors of #6BBFD8
Black with #6BBFD8
Text Example
Text Example
White with #6BBFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BBFD8; }
p { color: rgb(107,191,216); }
H1.HeaderClassName
{
color: #6BBFD8;
}
.AnyTagClassName
{
color: #6BBFD8;
}
</style>
background-color css
<style>
a { background-color: #6BBFD8; }
a { background-color: rgb(107,191,216); }
div.DivClassName
{
background-color: #6BBFD8;
}
.BgClassName
{
background-color: #6BBFD8;
}
</style>
border-color css
<style>
span { border-color: #6BBFD8; }
span { border-color: rgb(107,191,216); }
td.TdClassName
{
border-color: #6BBFD8;
}
.TagClassName
{
border-color: #6BBFD8;
}
</style>