Shades of Malibu #6CBDDD
Tints of Malibu #6CBDDD
RGB
CMYK
RGB Variations
Color information
#6CBDDD (or 0x6CBDDD) is known color: Malibu. HEX triplet: 6C, BD and DD. RGB value is (108,189,221). Sum of RGB (Red+Green+Blue) = 108+189+221=518 (68% of max value = 765). Red value is 108 (42.58% from 255 or 20.85% from 518); Green value is 189 (74.22% from 255 or 36.49% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 221 - color contains mainly: blue. Hex color #6CBDDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CBDDD is #934222. Grayscale: #A8A8A8. Windows color (decimal): -9650723 or 14531948. OLE color: 14531948.
HSL color Cylindrical-coordinate representation of color #6CBDDD: hue angle of 196.99º 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 #6CBDDD is Cyan = 0.51, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 108 | 189 | 221 | - |
| CMYK | 0.51 | 0.14 | 0 | 0.13 |
| HSL | 196.99º | 0.62% | 0.65% | - |
| HSV(B) | 196.99º | 0.51% | 0.87% | - |
| XYZ | 37.43 | 44.8 | 75.08 | - |
| YUV | 168.43 | 157.66 | 84.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 189 | 221 | 0.51 | 0.14 | 0 | 0.13 | 196.99 | 0.62 | 0.65 |
| Hex | 6C | BD | DD | 33 | E | 0 | D | C5 | 3E | 41 |
| Octal | 154 | 275 | 335 | 63 | 16 | 0 | 15 | 305 | 76 | 101 |
| Binary | 1101100 | 10111101 | 11011101 | 110011 | 1110 | 0 | 1101 | 11000101 | 111110 | 1000001 |
Color Harmonies of #6CBDDD
Complementary color
Monochromatic Colors of #6CBDDD
Black with #6CBDDD
Text Example
Text Example
White with #6CBDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CBDDD; }
p { color: rgb(108,189,221); }
H1.HeaderClassName
{
color: #6CBDDD;
}
.AnyTagClassName
{
color: #6CBDDD;
}
</style>
background-color css
<style>
a { background-color: #6CBDDD; }
a { background-color: rgb(108,189,221); }
div.DivClassName
{
background-color: #6CBDDD;
}
.BgClassName
{
background-color: #6CBDDD;
}
</style>
border-color css
<style>
span { border-color: #6CBDDD; }
span { border-color: rgb(108,189,221); }
td.TdClassName
{
border-color: #6CBDDD;
}
.TagClassName
{
border-color: #6CBDDD;
}
</style>