#6CC2DC

Color #6CC2DC Malibu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malibu #6CC2DC

Tints of Malibu #6CC2DC

Color information

#6CC2DC (or 0x6CC2DC) is unknown color: approx Malibu. HEX triplet: 6C, C2 and DC. RGB value is (108,194,220). Sum of RGB (Red+Green+Blue) = 108+194+220=522 (69% of max value = 765). Red value is 108 (42.58% from 255 or 20.69% from 522); Green value is 194 (76.17% from 255 or 37.16% from 522); Blue value is 220 (86.33% from 255 or 42.15% from 522); Max value from RGB is 220 - color contains mainly: blue. Hex color #6CC2DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CC2DC is #933D23. Grayscale: #ABABAB. Windows color (decimal): -9649444 or 14467692. OLE color: 14467692.

HSL color Cylindrical-coordinate representation of color #6CC2DC: hue angle of 193.93º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6CC2DC is Cyan = 0.51, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB108194220-
CMYK0.510.1200.14
HSL193.93º61.54%64.31%-
HSV(B)193.93º50.91%86.27%-
XYZ38.3946.9474.75-
YUV171.25155.5182.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 108 (42.58% from 255) = 20.69%
GREEN value IS 194 (76.17% from 255) = 37.16%
BLUE value IS 220 (86.33% from 255) = 42.15%
R=20.69%
G=37.16%
B=42.15%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1081942200.510.1200.14193.9361.5464.31
Hex6CC2DC33C0Ec23e40
Octal154302334631401630276100
Binary11011001100001011011100110011110001110110000101111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CC2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6CC2DC; }

 p { color: rgb(108,194,220); }

 H1.HeaderClassName
 {
   color: #6CC2DC;
 }
 .AnyTagClassName
 {
   color: #6CC2DC;
 }
</style>
background-color css

<style>
 a { background-color: #6CC2DC; }

 a { background-color: rgb(108,194,220); }

 div.DivClassName
 {
   background-color: #6CC2DC;
 }
 .BgClassName
 {
   background-color: #6CC2DC;
 }
</style>
border-color css

<style>
 span { border-color: #6CC2DC; }

 span { border-color: rgb(108,194,220); }

 td.TdClassName
 {
   border-color: #6CC2DC;
 }
 .TagClassName
 {
   border-color: #6CC2DC;
 }
</style>