Shades of Malibu #6BAADB
Tints of Malibu #6BAADB
RGB
CMYK
RGB Variations
Color information
#6BAADB (or 0x6BAADB) is known color: Malibu. HEX triplet: 6B, AA and DB. RGB value is (107,170,219). Sum of RGB (Red+Green+Blue) = 107+170+219=496 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.57% from 496); Green value is 170 (66.80% from 255 or 34.27% from 496); Blue value is 219 (85.94% from 255 or 44.15% from 496); Max value from RGB is 219 - color contains mainly: blue. Hex color #6BAADB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BAADB is #945524. Grayscale: #9C9C9C. Windows color (decimal): -9721125 or 14396011. OLE color: 14396011.
HSL color Cylindrical-coordinate representation of color #6BAADB: hue angle of 206.25º 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 #6BAADB is Cyan = 0.51, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 107 | 170 | 219 | - |
| CMYK | 0.51 | 0.22 | 0 | 0.14 |
| HSL | 206.25º | 0.61% | 0.64% | - |
| HSV(B) | 206.25º | 0.51% | 0.86% | - |
| XYZ | 33.22 | 36.99 | 72.41 | - |
| YUV | 156.75 | 163.13 | 92.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 170 | 219 | 0.51 | 0.22 | 0 | 0.14 | 206.25 | 0.61 | 0.64 |
| Hex | 6B | AA | DB | 33 | 16 | 0 | E | CE | 3D | 40 |
| Octal | 153 | 252 | 333 | 63 | 26 | 0 | 16 | 316 | 75 | 100 |
| Binary | 1101011 | 10101010 | 11011011 | 110011 | 10110 | 0 | 1110 | 11001110 | 111101 | 1000000 |
Color Harmonies of #6BAADB
Complementary color
Monochromatic Colors of #6BAADB
Black with #6BAADB
Text Example
Text Example
White with #6BAADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAADB; }
p { color: rgb(107,170,219); }
H1.HeaderClassName
{
color: #6BAADB;
}
.AnyTagClassName
{
color: #6BAADB;
}
</style>
background-color css
<style>
a { background-color: #6BAADB; }
a { background-color: rgb(107,170,219); }
div.DivClassName
{
background-color: #6BAADB;
}
.BgClassName
{
background-color: #6BAADB;
}
</style>
border-color css
<style>
span { border-color: #6BAADB; }
span { border-color: rgb(107,170,219); }
td.TdClassName
{
border-color: #6BAADB;
}
.TagClassName
{
border-color: #6BAADB;
}
</style>