Shades of Malibu #6CABDA
Tints of Malibu #6CABDA
RGB
CMYK
RGB Variations
Color information
#6CABDA (or 0x6CABDA) is known color: Malibu. HEX triplet: 6C, AB and DA. RGB value is (108,171,218). Sum of RGB (Red+Green+Blue) = 108+171+218=497 (65% of max value = 765). Red value is 108 (42.58% from 255 or 21.73% from 497); Green value is 171 (67.19% from 255 or 34.41% from 497); Blue value is 218 (85.55% from 255 or 43.86% from 497); Max value from RGB is 218 - color contains mainly: blue. Hex color #6CABDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CABDA is #935425. Grayscale: #9D9D9D. Windows color (decimal): -9655334 or 14330732. OLE color: 14330732.
HSL color Cylindrical-coordinate representation of color #6CABDA: hue angle of 205.64º 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 #6CABDA is Cyan = 0.50, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 108 | 171 | 218 | - |
| CMYK | 0.50 | 0.22 | 0 | 0.15 |
| HSL | 205.64º | 0.6% | 0.64% | - |
| HSV(B) | 205.64º | 0.5% | 0.85% | - |
| XYZ | 33.4 | 37.38 | 71.78 | - |
| YUV | 157.52 | 162.13 | 92.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 171 | 218 | 0.50 | 0.22 | 0 | 0.15 | 205.64 | 0.6 | 0.64 |
| Hex | 6C | AB | DA | 32 | 16 | 0 | F | CE | 3C | 40 |
| Octal | 154 | 253 | 332 | 62 | 26 | 0 | 17 | 316 | 74 | 100 |
| Binary | 1101100 | 10101011 | 11011010 | 110010 | 10110 | 0 | 1111 | 11001110 | 111100 | 1000000 |
Color Harmonies of #6CABDA
Complementary color
Monochromatic Colors of #6CABDA
Black with #6CABDA
Text Example
Text Example
White with #6CABDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CABDA; }
p { color: rgb(108,171,218); }
H1.HeaderClassName
{
color: #6CABDA;
}
.AnyTagClassName
{
color: #6CABDA;
}
</style>
background-color css
<style>
a { background-color: #6CABDA; }
a { background-color: rgb(108,171,218); }
div.DivClassName
{
background-color: #6CABDA;
}
.BgClassName
{
background-color: #6CABDA;
}
</style>
border-color css
<style>
span { border-color: #6CABDA; }
span { border-color: rgb(108,171,218); }
td.TdClassName
{
border-color: #6CABDA;
}
.TagClassName
{
border-color: #6CABDA;
}
</style>