Shades of Malibu #6BACDC
Tints of Malibu #6BACDC
RGB
CMYK
RGB Variations
Color information
#6BACDC (or 0x6BACDC) is known color: Malibu. HEX triplet: 6B, AC and DC. RGB value is (107,172,220). Sum of RGB (Red+Green+Blue) = 107+172+220=499 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.44% from 499); Green value is 172 (67.58% from 255 or 34.47% from 499); Blue value is 220 (86.33% from 255 or 44.09% from 499); Max value from RGB is 220 - color contains mainly: blue. Hex color #6BACDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BACDC is #945323. Grayscale: #9D9D9D. Windows color (decimal): -9720612 or 14462059. OLE color: 14462059.
HSL color Cylindrical-coordinate representation of color #6BACDC: hue angle of 205.49º 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 #6BACDC is Cyan = 0.51, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 107 | 172 | 220 | - |
| CMYK | 0.51 | 0.22 | 0 | 0.14 |
| HSL | 205.49º | 0.62% | 0.64% | - |
| HSV(B) | 205.49º | 0.51% | 0.86% | - |
| XYZ | 33.73 | 37.8 | 73.23 | - |
| YUV | 158.04 | 162.97 | 91.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 172 | 220 | 0.51 | 0.22 | 0 | 0.14 | 205.49 | 0.62 | 0.64 |
| Hex | 6B | AC | DC | 33 | 16 | 0 | E | CD | 3E | 40 |
| Octal | 153 | 254 | 334 | 63 | 26 | 0 | 16 | 315 | 76 | 100 |
| Binary | 1101011 | 10101100 | 11011100 | 110011 | 10110 | 0 | 1110 | 11001101 | 111110 | 1000000 |
Color Harmonies of #6BACDC
Complementary color
Monochromatic Colors of #6BACDC
Black with #6BACDC
Text Example
Text Example
White with #6BACDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BACDC; }
p { color: rgb(107,172,220); }
H1.HeaderClassName
{
color: #6BACDC;
}
.AnyTagClassName
{
color: #6BACDC;
}
</style>
background-color css
<style>
a { background-color: #6BACDC; }
a { background-color: rgb(107,172,220); }
div.DivClassName
{
background-color: #6BACDC;
}
.BgClassName
{
background-color: #6BACDC;
}
</style>
border-color css
<style>
span { border-color: #6BACDC; }
span { border-color: rgb(107,172,220); }
td.TdClassName
{
border-color: #6BACDC;
}
.TagClassName
{
border-color: #6BACDC;
}
</style>