Shades of Malibu #6CC2DF
Tints of Malibu #6CC2DF
RGB
CMYK
RGB Variations
Color information
#6CC2DF (or 0x6CC2DF) is known color: Malibu. HEX triplet: 6C, C2 and DF. RGB value is (108,194,223). Sum of RGB (Red+Green+Blue) = 108+194+223=525 (69% of max value = 765). Red value is 108 (42.58% from 255 or 20.57% from 525); Green value is 194 (76.17% from 255 or 36.95% from 525); Blue value is 223 (87.5% from 255 or 42.48% from 525); Max value from RGB is 223 - color contains mainly: blue. Hex color #6CC2DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CC2DF is #933D20. Grayscale: #ABABAB. Windows color (decimal): -9649441 or 14664300. OLE color: 14664300.
HSL color Cylindrical-coordinate representation of color #6CC2DF: hue angle of 195.13º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6CC2DF is Cyan = 0.52, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 108 | 194 | 223 | - |
| CMYK | 0.52 | 0.13 | 0 | 0.13 |
| HSL | 195.13º | 0.64% | 0.65% | - |
| HSV(B) | 195.13º | 0.52% | 0.87% | - |
| XYZ | 38.8 | 47.1 | 76.86 | - |
| YUV | 171.59 | 157.01 | 82.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 194 | 223 | 0.52 | 0.13 | 0 | 0.13 | 195.13 | 0.64 | 0.65 |
| Hex | 6C | C2 | DF | 34 | D | 0 | D | C3 | 40 | 41 |
| Octal | 154 | 302 | 337 | 64 | 15 | 0 | 15 | 303 | 100 | 101 |
| Binary | 1101100 | 11000010 | 11011111 | 110100 | 1101 | 0 | 1101 | 11000011 | 1000000 | 1000001 |
Color Harmonies of #6CC2DF
Complementary color
Monochromatic Colors of #6CC2DF
Black with #6CC2DF
Text Example
Text Example
White with #6CC2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CC2DF; }
p { color: rgb(108,194,223); }
H1.HeaderClassName
{
color: #6CC2DF;
}
.AnyTagClassName
{
color: #6CC2DF;
}
</style>
background-color css
<style>
a { background-color: #6CC2DF; }
a { background-color: rgb(108,194,223); }
div.DivClassName
{
background-color: #6CC2DF;
}
.BgClassName
{
background-color: #6CC2DF;
}
</style>
border-color css
<style>
span { border-color: #6CC2DF; }
span { border-color: rgb(108,194,223); }
td.TdClassName
{
border-color: #6CC2DF;
}
.TagClassName
{
border-color: #6CC2DF;
}
</style>