Shades of Malibu #6CBFDB
Tints of Malibu #6CBFDB
RGB
CMYK
RGB Variations
Color information
#6CBFDB (or 0x6CBFDB) is known color: Malibu. HEX triplet: 6C, BF and DB. RGB value is (108,191,219). Sum of RGB (Red+Green+Blue) = 108+191+219=518 (68% of max value = 765). Red value is 108 (42.58% from 255 or 20.85% from 518); Green value is 191 (75% from 255 or 36.87% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 219 - color contains mainly: blue. Hex color #6CBFDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CBFDB is #934024. Grayscale: #A9A9A9. Windows color (decimal): -9650213 or 14401388. OLE color: 14401388.
HSL color Cylindrical-coordinate representation of color #6CBFDB: hue angle of 195.14º 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 #6CBFDB is Cyan = 0.51, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 108 | 191 | 219 | - |
| CMYK | 0.51 | 0.13 | 0 | 0.14 |
| HSL | 195.14º | 0.61% | 0.64% | - |
| HSV(B) | 195.14º | 0.51% | 0.86% | - |
| XYZ | 37.6 | 45.56 | 73.83 | - |
| YUV | 169.38 | 156 | 84.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 191 | 219 | 0.51 | 0.13 | 0 | 0.14 | 195.14 | 0.61 | 0.64 |
| Hex | 6C | BF | DB | 33 | D | 0 | E | C3 | 3D | 40 |
| Octal | 154 | 277 | 333 | 63 | 15 | 0 | 16 | 303 | 75 | 100 |
| Binary | 1101100 | 10111111 | 11011011 | 110011 | 1101 | 0 | 1110 | 11000011 | 111101 | 1000000 |
Color Harmonies of #6CBFDB
Complementary color
Monochromatic Colors of #6CBFDB
Black with #6CBFDB
Text Example
Text Example
White with #6CBFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CBFDB; }
p { color: rgb(108,191,219); }
H1.HeaderClassName
{
color: #6CBFDB;
}
.AnyTagClassName
{
color: #6CBFDB;
}
</style>
background-color css
<style>
a { background-color: #6CBFDB; }
a { background-color: rgb(108,191,219); }
div.DivClassName
{
background-color: #6CBFDB;
}
.BgClassName
{
background-color: #6CBFDB;
}
</style>
border-color css
<style>
span { border-color: #6CBFDB; }
span { border-color: rgb(108,191,219); }
td.TdClassName
{
border-color: #6CBFDB;
}
.TagClassName
{
border-color: #6CBFDB;
}
</style>