Shades of Malibu #6BC4DB
Tints of Malibu #6BC4DB
RGB
CMYK
RGB Variations
Color information
#6BC4DB (or 0x6BC4DB) is known color: Malibu. HEX triplet: 6B, C4 and DB. RGB value is (107,196,219). Sum of RGB (Red+Green+Blue) = 107+196+219=522 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.50% from 522); Green value is 196 (76.95% from 255 or 37.55% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 219 - color contains mainly: blue. Hex color #6BC4DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BC4DB is #943B24. Grayscale: #ABABAB. Windows color (decimal): -9714469 or 14402667. OLE color: 14402667.
HSL color Cylindrical-coordinate representation of color #6BC4DB: hue angle of 192.32º 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 #6BC4DB is Cyan = 0.51, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 107 | 196 | 219 | - |
| CMYK | 0.51 | 0.11 | 0 | 0.14 |
| HSL | 192.32º | 0.61% | 0.64% | - |
| HSV(B) | 192.32º | 0.51% | 0.86% | - |
| XYZ | 38.59 | 47.72 | 74.19 | - |
| YUV | 172.01 | 154.51 | 81.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 196 | 219 | 0.51 | 0.11 | 0 | 0.14 | 192.32 | 0.61 | 0.64 |
| Hex | 6B | C4 | DB | 33 | B | 0 | E | C0 | 3D | 40 |
| Octal | 153 | 304 | 333 | 63 | 13 | 0 | 16 | 300 | 75 | 100 |
| Binary | 1101011 | 11000100 | 11011011 | 110011 | 1011 | 0 | 1110 | 11000000 | 111101 | 1000000 |
Color Harmonies of #6BC4DB
Complementary color
Monochromatic Colors of #6BC4DB
Black with #6BC4DB
Text Example
Text Example
White with #6BC4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BC4DB; }
p { color: rgb(107,196,219); }
H1.HeaderClassName
{
color: #6BC4DB;
}
.AnyTagClassName
{
color: #6BC4DB;
}
</style>
background-color css
<style>
a { background-color: #6BC4DB; }
a { background-color: rgb(107,196,219); }
div.DivClassName
{
background-color: #6BC4DB;
}
.BgClassName
{
background-color: #6BC4DB;
}
</style>
border-color css
<style>
span { border-color: #6BC4DB; }
span { border-color: rgb(107,196,219); }
td.TdClassName
{
border-color: #6BC4DB;
}
.TagClassName
{
border-color: #6BC4DB;
}
</style>