Shades of Malibu #6BABDB
Tints of Malibu #6BABDB
RGB
CMYK
RGB Variations
Color information
#6BABDB (or 0x6BABDB) is known color: Malibu. HEX triplet: 6B, AB and DB. RGB value is (107,171,219). Sum of RGB (Red+Green+Blue) = 107+171+219=497 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.53% from 497); Green value is 171 (67.19% from 255 or 34.41% from 497); Blue value is 219 (85.94% from 255 or 44.06% from 497); Max value from RGB is 219 - color contains mainly: blue. Hex color #6BABDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BABDB is #945424. Grayscale: #9D9D9D. Windows color (decimal): -9720869 or 14396267. OLE color: 14396267.
HSL color Cylindrical-coordinate representation of color #6BABDB: hue angle of 205.71º 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 #6BABDB is Cyan = 0.51, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 107 | 171 | 219 | - |
| CMYK | 0.51 | 0.22 | 0 | 0.14 |
| HSL | 205.71º | 0.61% | 0.64% | - |
| HSV(B) | 205.71º | 0.51% | 0.86% | - |
| XYZ | 33.41 | 37.37 | 72.47 | - |
| YUV | 157.34 | 162.8 | 92.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 171 | 219 | 0.51 | 0.22 | 0 | 0.14 | 205.71 | 0.61 | 0.64 |
| Hex | 6B | AB | DB | 33 | 16 | 0 | E | CE | 3D | 40 |
| Octal | 153 | 253 | 333 | 63 | 26 | 0 | 16 | 316 | 75 | 100 |
| Binary | 1101011 | 10101011 | 11011011 | 110011 | 10110 | 0 | 1110 | 11001110 | 111101 | 1000000 |
Color Harmonies of #6BABDB
Complementary color
Monochromatic Colors of #6BABDB
Black with #6BABDB
Text Example
Text Example
White with #6BABDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BABDB; }
p { color: rgb(107,171,219); }
H1.HeaderClassName
{
color: #6BABDB;
}
.AnyTagClassName
{
color: #6BABDB;
}
</style>
background-color css
<style>
a { background-color: #6BABDB; }
a { background-color: rgb(107,171,219); }
div.DivClassName
{
background-color: #6BABDB;
}
.BgClassName
{
background-color: #6BABDB;
}
</style>
border-color css
<style>
span { border-color: #6BABDB; }
span { border-color: rgb(107,171,219); }
td.TdClassName
{
border-color: #6BABDB;
}
.TagClassName
{
border-color: #6BABDB;
}
</style>