#6EC2BC

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

Shades of Downy #6EC2BC

Tints of Downy #6EC2BC

Color information

#6EC2BC (or 0x6EC2BC) is unknown color: approx Downy. HEX triplet: 6E, C2 and BC. RGB value is (110,194,188). Sum of RGB (Red+Green+Blue) = 110+194+188=492 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.36% from 492); Green value is 194 (76.17% from 255 or 39.43% from 492); Blue value is 188 (73.83% from 255 or 38.21% from 492); Max value from RGB is 194 - color contains mainly: green. Hex color #6EC2BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EC2BC is #913D43. Grayscale: #A8A8A8. Windows color (decimal): -9518404 or 12370542. OLE color: 12370542.

HSL color Cylindrical-coordinate representation of color #6EC2BC: hue angle of 175.71º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6EC2BC is Cyan = 0.43, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB110194188-
CMYK0.4300.030.24
HSL175.71º40.78%59.61%-
HSV(B)175.71º43.3%76.08%-
XYZ34.845.5354.53-
YUV168.2139.1786.49-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 22.36%
GREEN value IS 194 (76.17% from 255) = 39.43%
BLUE value IS 188 (73.83% from 255) = 38.21%
R=22.36%
G=39.43%
B=38.21%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1101941880.4300.030.24175.7140.7859.61
Hex6EC2BC2B0318b0293c
Octal1563022745303302605174
Binary110111011000010101111001010110111100010110000101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EC2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,194,188); }

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

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

 a { background-color: rgb(110,194,188); }

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

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

 span { border-color: rgb(110,194,188); }

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