Shades of Malibu #6CBBDB
Tints of Malibu #6CBBDB
RGB
CMYK
RGB Variations
Color information
#6CBBDB (or 0x6CBBDB) is known color: Malibu. HEX triplet: 6C, BB and DB. RGB value is (108,187,219). Sum of RGB (Red+Green+Blue) = 108+187+219=514 (68% of max value = 765). Red value is 108 (42.58% from 255 or 21.01% from 514); Green value is 187 (73.44% from 255 or 36.38% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 219 - color contains mainly: blue. Hex color #6CBBDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CBBDB is #934424. Grayscale: #A6A6A6. Windows color (decimal): -9651237 or 14400364. OLE color: 14400364.
HSL color Cylindrical-coordinate representation of color #6CBBDB: hue angle of 197.3º 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 #6CBBDB is Cyan = 0.51, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 108 | 187 | 219 | - |
| CMYK | 0.51 | 0.15 | 0 | 0.14 |
| HSL | 197.3º | 0.61% | 0.64% | - |
| HSV(B) | 197.3º | 0.51% | 0.86% | - |
| XYZ | 36.74 | 43.84 | 73.54 | - |
| YUV | 167.03 | 157.33 | 85.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 187 | 219 | 0.51 | 0.15 | 0 | 0.14 | 197.3 | 0.61 | 0.64 |
| Hex | 6C | BB | DB | 33 | F | 0 | E | C5 | 3D | 40 |
| Octal | 154 | 273 | 333 | 63 | 17 | 0 | 16 | 305 | 75 | 100 |
| Binary | 1101100 | 10111011 | 11011011 | 110011 | 1111 | 0 | 1110 | 11000101 | 111101 | 1000000 |
Color Harmonies of #6CBBDB
Complementary color
Monochromatic Colors of #6CBBDB
Black with #6CBBDB
Text Example
Text Example
White with #6CBBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CBBDB; }
p { color: rgb(108,187,219); }
H1.HeaderClassName
{
color: #6CBBDB;
}
.AnyTagClassName
{
color: #6CBBDB;
}
</style>
background-color css
<style>
a { background-color: #6CBBDB; }
a { background-color: rgb(108,187,219); }
div.DivClassName
{
background-color: #6CBBDB;
}
.BgClassName
{
background-color: #6CBBDB;
}
</style>
border-color css
<style>
span { border-color: #6CBBDB; }
span { border-color: rgb(108,187,219); }
td.TdClassName
{
border-color: #6CBBDB;
}
.TagClassName
{
border-color: #6CBBDB;
}
</style>