Shades of Malibu #6BBADB
Tints of Malibu #6BBADB
RGB
CMYK
RGB Variations
Color information
#6BBADB (or 0x6BBADB) is known color: Malibu. HEX triplet: 6B, BA and DB. RGB value is (107,186,219). Sum of RGB (Red+Green+Blue) = 107+186+219=512 (67% of max value = 765). Red value is 107 (42.19% from 255 or 20.90% from 512); Green value is 186 (73.05% from 255 or 36.33% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 219 - color contains mainly: blue. Hex color #6BBADB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BBADB is #944524. Grayscale: #A5A5A5. Windows color (decimal): -9717029 or 14400107. OLE color: 14400107.
HSL color Cylindrical-coordinate representation of color #6BBADB: hue angle of 197.68º 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 #6BBADB is Cyan = 0.51, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 107 | 186 | 219 | - |
| CMYK | 0.51 | 0.15 | 0 | 0.14 |
| HSL | 197.68º | 0.61% | 0.64% | - |
| HSV(B) | 197.68º | 0.51% | 0.86% | - |
| XYZ | 36.41 | 43.36 | 73.47 | - |
| YUV | 166.14 | 157.83 | 85.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 186 | 219 | 0.51 | 0.15 | 0 | 0.14 | 197.68 | 0.61 | 0.64 |
| Hex | 6B | BA | DB | 33 | F | 0 | E | C6 | 3D | 40 |
| Octal | 153 | 272 | 333 | 63 | 17 | 0 | 16 | 306 | 75 | 100 |
| Binary | 1101011 | 10111010 | 11011011 | 110011 | 1111 | 0 | 1110 | 11000110 | 111101 | 1000000 |
Color Harmonies of #6BBADB
Complementary color
Monochromatic Colors of #6BBADB
Black with #6BBADB
Text Example
Text Example
White with #6BBADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BBADB; }
p { color: rgb(107,186,219); }
H1.HeaderClassName
{
color: #6BBADB;
}
.AnyTagClassName
{
color: #6BBADB;
}
</style>
background-color css
<style>
a { background-color: #6BBADB; }
a { background-color: rgb(107,186,219); }
div.DivClassName
{
background-color: #6BBADB;
}
.BgClassName
{
background-color: #6BBADB;
}
</style>
border-color css
<style>
span { border-color: #6BBADB; }
span { border-color: rgb(107,186,219); }
td.TdClassName
{
border-color: #6BBADB;
}
.TagClassName
{
border-color: #6BBADB;
}
</style>