Shades of Malibu #6BBADA
Tints of Malibu #6BBADA
RGB
CMYK
RGB Variations
Color information
#6BBADA (or 0x6BBADA) is known color: Malibu. HEX triplet: 6B, BA and DA. RGB value is (107,186,218). Sum of RGB (Red+Green+Blue) = 107+186+218=511 (67% of max value = 765). Red value is 107 (42.19% from 255 or 20.94% from 511); Green value is 186 (73.05% from 255 or 36.40% from 511); Blue value is 218 (85.55% from 255 or 42.66% from 511); Max value from RGB is 218 - color contains mainly: blue. Hex color #6BBADA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BBADA is #944525. Grayscale: #A5A5A5. Windows color (decimal): -9717030 or 14334571. OLE color: 14334571.
HSL color Cylindrical-coordinate representation of color #6BBADA: hue angle of 197.3º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6BBADA is Cyan = 0.51, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 107 | 186 | 218 | - |
| CMYK | 0.51 | 0.15 | 0 | 0.15 |
| HSL | 197.3º | 0.6% | 0.64% | - |
| HSV(B) | 197.3º | 0.51% | 0.85% | - |
| XYZ | 36.28 | 43.31 | 72.78 | - |
| YUV | 166.03 | 157.33 | 85.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 186 | 218 | 0.51 | 0.15 | 0 | 0.15 | 197.3 | 0.6 | 0.64 |
| Hex | 6B | BA | DA | 33 | F | 0 | F | C5 | 3C | 40 |
| Octal | 153 | 272 | 332 | 63 | 17 | 0 | 17 | 305 | 74 | 100 |
| Binary | 1101011 | 10111010 | 11011010 | 110011 | 1111 | 0 | 1111 | 11000101 | 111100 | 1000000 |
Color Harmonies of #6BBADA
Complementary color
Monochromatic Colors of #6BBADA
Black with #6BBADA
Text Example
Text Example
White with #6BBADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BBADA; }
p { color: rgb(107,186,218); }
H1.HeaderClassName
{
color: #6BBADA;
}
.AnyTagClassName
{
color: #6BBADA;
}
</style>
background-color css
<style>
a { background-color: #6BBADA; }
a { background-color: rgb(107,186,218); }
div.DivClassName
{
background-color: #6BBADA;
}
.BgClassName
{
background-color: #6BBADA;
}
</style>
border-color css
<style>
span { border-color: #6BBADA; }
span { border-color: rgb(107,186,218); }
td.TdClassName
{
border-color: #6BBADA;
}
.TagClassName
{
border-color: #6BBADA;
}
</style>