Shades of Malibu #6CBADA
Tints of Malibu #6CBADA
RGB
CMYK
RGB Variations
Color information
#6CBADA (or 0x6CBADA) is known color: Malibu. HEX triplet: 6C, BA and DA. RGB value is (108,186,218). Sum of RGB (Red+Green+Blue) = 108+186+218=512 (67% of max value = 765). Red value is 108 (42.58% from 255 or 21.09% from 512); Green value is 186 (73.05% from 255 or 36.33% from 512); Blue value is 218 (85.55% from 255 or 42.58% from 512); Max value from RGB is 218 - color contains mainly: blue. Hex color #6CBADA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CBADA is #934525. Grayscale: #A6A6A6. Windows color (decimal): -9651494 or 14334572. OLE color: 14334572.
HSL color Cylindrical-coordinate representation of color #6CBADA: hue angle of 197.45º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6CBADA is Cyan = 0.50, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 108 | 186 | 218 | - |
| CMYK | 0.50 | 0.15 | 0 | 0.15 |
| HSL | 197.45º | 0.6% | 0.64% | - |
| HSV(B) | 197.45º | 0.5% | 0.85% | - |
| XYZ | 36.4 | 43.37 | 72.78 | - |
| YUV | 166.33 | 157.16 | 86.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 186 | 218 | 0.50 | 0.15 | 0 | 0.15 | 197.45 | 0.6 | 0.64 |
| Hex | 6C | BA | DA | 32 | F | 0 | F | C5 | 3C | 40 |
| Octal | 154 | 272 | 332 | 62 | 17 | 0 | 17 | 305 | 74 | 100 |
| Binary | 1101100 | 10111010 | 11011010 | 110010 | 1111 | 0 | 1111 | 11000101 | 111100 | 1000000 |
Color Harmonies of #6CBADA
Complementary color
Monochromatic Colors of #6CBADA
Black with #6CBADA
Text Example
Text Example
White with #6CBADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CBADA; }
p { color: rgb(108,186,218); }
H1.HeaderClassName
{
color: #6CBADA;
}
.AnyTagClassName
{
color: #6CBADA;
}
</style>
background-color css
<style>
a { background-color: #6CBADA; }
a { background-color: rgb(108,186,218); }
div.DivClassName
{
background-color: #6CBADA;
}
.BgClassName
{
background-color: #6CBADA;
}
</style>
border-color css
<style>
span { border-color: #6CBADA; }
span { border-color: rgb(108,186,218); }
td.TdClassName
{
border-color: #6CBADA;
}
.TagClassName
{
border-color: #6CBADA;
}
</style>