Shades of Malibu #6BBCDB
Tints of Malibu #6BBCDB
RGB
CMYK
RGB Variations
Color information
#6BBCDB (or 0x6BBCDB) is known color: Malibu. HEX triplet: 6B, BC and DB. RGB value is (107,188,219). Sum of RGB (Red+Green+Blue) = 107+188+219=514 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.82% from 514); Green value is 188 (73.83% from 255 or 36.58% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 219 - color contains mainly: blue. Hex color #6BBCDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BBCDB is #944324. Grayscale: #A7A7A7. Windows color (decimal): -9716517 or 14400619. OLE color: 14400619.
HSL color Cylindrical-coordinate representation of color #6BBCDB: hue angle of 196.61º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6BBCDB is Cyan = 0.51, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 107 | 188 | 219 | - |
| CMYK | 0.51 | 0.14 | 0 | 0.14 |
| HSL | 196.61º | 0.61% | 0.64% | - |
| HSV(B) | 196.61º | 0.51% | 0.86% | - |
| XYZ | 36.83 | 44.21 | 73.61 | - |
| YUV | 167.32 | 157.16 | 84.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 188 | 219 | 0.51 | 0.14 | 0 | 0.14 | 196.61 | 0.61 | 0.64 |
| Hex | 6B | BC | DB | 33 | E | 0 | E | C5 | 3D | 40 |
| Octal | 153 | 274 | 333 | 63 | 16 | 0 | 16 | 305 | 75 | 100 |
| Binary | 1101011 | 10111100 | 11011011 | 110011 | 1110 | 0 | 1110 | 11000101 | 111101 | 1000000 |
Color Harmonies of #6BBCDB
Complementary color
Monochromatic Colors of #6BBCDB
Black with #6BBCDB
Text Example
Text Example
White with #6BBCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BBCDB; }
p { color: rgb(107,188,219); }
H1.HeaderClassName
{
color: #6BBCDB;
}
.AnyTagClassName
{
color: #6BBCDB;
}
</style>
background-color css
<style>
a { background-color: #6BBCDB; }
a { background-color: rgb(107,188,219); }
div.DivClassName
{
background-color: #6BBCDB;
}
.BgClassName
{
background-color: #6BBCDB;
}
</style>
border-color css
<style>
span { border-color: #6BBCDB; }
span { border-color: rgb(107,188,219); }
td.TdClassName
{
border-color: #6BBCDB;
}
.TagClassName
{
border-color: #6BBCDB;
}
</style>