Shades of Malibu #6BABDC
Tints of Malibu #6BABDC
RGB
CMYK
RGB Variations
Color information
#6BABDC (or 0x6BABDC) is known color: Malibu. HEX triplet: 6B, AB and DC. RGB value is (107,171,220). Sum of RGB (Red+Green+Blue) = 107+171+220=498 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.49% from 498); Green value is 171 (67.19% from 255 or 34.34% from 498); Blue value is 220 (86.33% from 255 or 44.18% from 498); Max value from RGB is 220 - color contains mainly: blue. Hex color #6BABDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BABDC is #945423. Grayscale: #9D9D9D. Windows color (decimal): -9720868 or 14461803. OLE color: 14461803.
HSL color Cylindrical-coordinate representation of color #6BABDC: hue angle of 206.02º degrees, saturation: 0.62, 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 #6BABDC is Cyan = 0.51, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 107 | 171 | 220 | - |
| CMYK | 0.51 | 0.22 | 0 | 0.14 |
| HSL | 206.02º | 0.62% | 0.64% | - |
| HSV(B) | 206.02º | 0.51% | 0.86% | - |
| XYZ | 33.54 | 37.42 | 73.16 | - |
| YUV | 157.45 | 163.3 | 92.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 171 | 220 | 0.51 | 0.22 | 0 | 0.14 | 206.02 | 0.62 | 0.64 |
| Hex | 6B | AB | DC | 33 | 16 | 0 | E | CE | 3E | 40 |
| Octal | 153 | 253 | 334 | 63 | 26 | 0 | 16 | 316 | 76 | 100 |
| Binary | 1101011 | 10101011 | 11011100 | 110011 | 10110 | 0 | 1110 | 11001110 | 111110 | 1000000 |
Color Harmonies of #6BABDC
Complementary color
Monochromatic Colors of #6BABDC
Black with #6BABDC
Text Example
Text Example
White with #6BABDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BABDC; }
p { color: rgb(107,171,220); }
H1.HeaderClassName
{
color: #6BABDC;
}
.AnyTagClassName
{
color: #6BABDC;
}
</style>
background-color css
<style>
a { background-color: #6BABDC; }
a { background-color: rgb(107,171,220); }
div.DivClassName
{
background-color: #6BABDC;
}
.BgClassName
{
background-color: #6BABDC;
}
</style>
border-color css
<style>
span { border-color: #6BABDC; }
span { border-color: rgb(107,171,220); }
td.TdClassName
{
border-color: #6BABDC;
}
.TagClassName
{
border-color: #6BABDC;
}
</style>