Shades of Malibu #6CB8DB
Tints of Malibu #6CB8DB
RGB
CMYK
RGB Variations
Color information
#6CB8DB (or 0x6CB8DB) is known color: Malibu. HEX triplet: 6C, B8 and DB. RGB value is (108,184,219). Sum of RGB (Red+Green+Blue) = 108+184+219=511 (67% of max value = 765). Red value is 108 (42.58% from 255 or 21.14% from 511); Green value is 184 (72.27% from 255 or 36.01% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 219 - color contains mainly: blue. Hex color #6CB8DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CB8DB is #934724. Grayscale: #A5A5A5. Windows color (decimal): -9652005 or 14399596. OLE color: 14399596.
HSL color Cylindrical-coordinate representation of color #6CB8DB: hue angle of 198.92º 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 #6CB8DB is Cyan = 0.51, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 108 | 184 | 219 | - |
| CMYK | 0.51 | 0.16 | 0 | 0.14 |
| HSL | 198.92º | 0.61% | 0.64% | - |
| HSV(B) | 198.92º | 0.51% | 0.86% | - |
| XYZ | 36.11 | 42.58 | 73.33 | - |
| YUV | 165.27 | 158.32 | 87.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 184 | 219 | 0.51 | 0.16 | 0 | 0.14 | 198.92 | 0.61 | 0.64 |
| Hex | 6C | B8 | DB | 33 | 10 | 0 | E | C7 | 3D | 40 |
| Octal | 154 | 270 | 333 | 63 | 20 | 0 | 16 | 307 | 75 | 100 |
| Binary | 1101100 | 10111000 | 11011011 | 110011 | 10000 | 0 | 1110 | 11000111 | 111101 | 1000000 |
Color Harmonies of #6CB8DB
Complementary color
Monochromatic Colors of #6CB8DB
Black with #6CB8DB
Text Example
Text Example
White with #6CB8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CB8DB; }
p { color: rgb(108,184,219); }
H1.HeaderClassName
{
color: #6CB8DB;
}
.AnyTagClassName
{
color: #6CB8DB;
}
</style>
background-color css
<style>
a { background-color: #6CB8DB; }
a { background-color: rgb(108,184,219); }
div.DivClassName
{
background-color: #6CB8DB;
}
.BgClassName
{
background-color: #6CB8DB;
}
</style>
border-color css
<style>
span { border-color: #6CB8DB; }
span { border-color: rgb(108,184,219); }
td.TdClassName
{
border-color: #6CB8DB;
}
.TagClassName
{
border-color: #6CB8DB;
}
</style>