#6ECDBE

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

Shades of Downy #6ECDBE

Tints of Downy #6ECDBE

Color information

#6ECDBE (or 0x6ECDBE) is unknown color: approx Downy. HEX triplet: 6E, CD and BE. RGB value is (110,205,190). Sum of RGB (Red+Green+Blue) = 110+205+190=505 (66% of max value = 765). Red value is 110 (43.36% from 255 or 21.78% from 505); Green value is 205 (80.47% from 255 or 40.59% from 505); Blue value is 190 (74.61% from 255 or 37.62% from 505); Max value from RGB is 205 - color contains mainly: green. Hex color #6ECDBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECDBE is #913241. Grayscale: #AEAEAE. Windows color (decimal): -9515586 or 12504430. OLE color: 12504430.

HSL color Cylindrical-coordinate representation of color #6ECDBE: hue angle of 170.53º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6ECDBE is Cyan = 0.46, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB110205190-
CMYK0.4600.070.20
HSL170.53º48.72%61.76%-
HSV(B)170.53º46.34%80.39%-
XYZ37.5650.756.52-
YUV174.88136.5381.72-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 21.78%
GREEN value IS 205 (80.47% from 255) = 40.59%
BLUE value IS 190 (74.61% from 255) = 37.62%
R=21.78%
G=40.59%
B=37.62%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1102051900.4600.070.20170.5348.7261.76
Hex6ECDBE2E0714ab313e
Octal1563152765607242536176
Binary1101110110011011011111010111001111010010101011110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ECDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,205,190); }

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

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

 a { background-color: rgb(110,205,190); }

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

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

 span { border-color: rgb(110,205,190); }

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