Shades of Malibu #6CC2DD
Tints of Malibu #6CC2DD
RGB
CMYK
RGB Variations
Color information
#6CC2DD (or 0x6CC2DD) is known color: Malibu. HEX triplet: 6C, C2 and DD. RGB value is (108,194,221). Sum of RGB (Red+Green+Blue) = 108+194+221=523 (69% of max value = 765). Red value is 108 (42.58% from 255 or 20.65% from 523); Green value is 194 (76.17% from 255 or 37.09% from 523); Blue value is 221 (86.72% from 255 or 42.26% from 523); Max value from RGB is 221 - color contains mainly: blue. Hex color #6CC2DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CC2DD is #933D22. Grayscale: #ABABAB. Windows color (decimal): -9649443 or 14533228. OLE color: 14533228.
HSL color Cylindrical-coordinate representation of color #6CC2DD: hue angle of 194.34º 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 #6CC2DD is Cyan = 0.51, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 108 | 194 | 221 | - |
| CMYK | 0.51 | 0.12 | 0 | 0.13 |
| HSL | 194.34º | 0.62% | 0.65% | - |
| HSV(B) | 194.34º | 0.51% | 0.87% | - |
| XYZ | 38.53 | 46.99 | 75.45 | - |
| YUV | 171.36 | 156.01 | 82.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 194 | 221 | 0.51 | 0.12 | 0 | 0.13 | 194.34 | 0.62 | 0.65 |
| Hex | 6C | C2 | DD | 33 | C | 0 | D | C2 | 3E | 41 |
| Octal | 154 | 302 | 335 | 63 | 14 | 0 | 15 | 302 | 76 | 101 |
| Binary | 1101100 | 11000010 | 11011101 | 110011 | 1100 | 0 | 1101 | 11000010 | 111110 | 1000001 |
Color Harmonies of #6CC2DD
Complementary color
Monochromatic Colors of #6CC2DD
Black with #6CC2DD
Text Example
Text Example
White with #6CC2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CC2DD; }
p { color: rgb(108,194,221); }
H1.HeaderClassName
{
color: #6CC2DD;
}
.AnyTagClassName
{
color: #6CC2DD;
}
</style>
background-color css
<style>
a { background-color: #6CC2DD; }
a { background-color: rgb(108,194,221); }
div.DivClassName
{
background-color: #6CC2DD;
}
.BgClassName
{
background-color: #6CC2DD;
}
</style>
border-color css
<style>
span { border-color: #6CC2DD; }
span { border-color: rgb(108,194,221); }
td.TdClassName
{
border-color: #6CC2DD;
}
.TagClassName
{
border-color: #6CC2DD;
}
</style>