Shades of Malibu #6CBCDD
Tints of Malibu #6CBCDD
RGB
CMYK
RGB Variations
Color information
#6CBCDD (or 0x6CBCDD) is known color: Malibu. HEX triplet: 6C, BC and DD. RGB value is (108,188,221). Sum of RGB (Red+Green+Blue) = 108+188+221=517 (68% of max value = 765). Red value is 108 (42.58% from 255 or 20.89% from 517); Green value is 188 (73.83% from 255 or 36.36% from 517); Blue value is 221 (86.72% from 255 or 42.75% from 517); Max value from RGB is 221 - color contains mainly: blue. Hex color #6CBCDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CBCDD is #934322. Grayscale: #A7A7A7. Windows color (decimal): -9650979 or 14531692. OLE color: 14531692.
HSL color Cylindrical-coordinate representation of color #6CBCDD: hue angle of 197.52º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6CBCDD is Cyan = 0.51, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 108 | 188 | 221 | - |
| CMYK | 0.51 | 0.15 | 0 | 0.13 |
| HSL | 197.52º | 0.62% | 0.65% | - |
| HSV(B) | 197.52º | 0.51% | 0.87% | - |
| XYZ | 37.22 | 44.38 | 75.01 | - |
| YUV | 167.84 | 158 | 85.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 188 | 221 | 0.51 | 0.15 | 0 | 0.13 | 197.52 | 0.62 | 0.65 |
| Hex | 6C | BC | DD | 33 | F | 0 | D | C6 | 3E | 41 |
| Octal | 154 | 274 | 335 | 63 | 17 | 0 | 15 | 306 | 76 | 101 |
| Binary | 1101100 | 10111100 | 11011101 | 110011 | 1111 | 0 | 1101 | 11000110 | 111110 | 1000001 |
Color Harmonies of #6CBCDD
Complementary color
Monochromatic Colors of #6CBCDD
Black with #6CBCDD
Text Example
Text Example
White with #6CBCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CBCDD; }
p { color: rgb(108,188,221); }
H1.HeaderClassName
{
color: #6CBCDD;
}
.AnyTagClassName
{
color: #6CBCDD;
}
</style>
background-color css
<style>
a { background-color: #6CBCDD; }
a { background-color: rgb(108,188,221); }
div.DivClassName
{
background-color: #6CBCDD;
}
.BgClassName
{
background-color: #6CBCDD;
}
</style>
border-color css
<style>
span { border-color: #6CBCDD; }
span { border-color: rgb(108,188,221); }
td.TdClassName
{
border-color: #6CBCDD;
}
.TagClassName
{
border-color: #6CBCDD;
}
</style>