#6ED9BD

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

Shades of Downy #6ED9BD

Tints of Downy #6ED9BD

Color information

#6ED9BD (or 0x6ED9BD) is unknown color: approx Downy. HEX triplet: 6E, D9 and BD. RGB value is (110,217,189). Sum of RGB (Red+Green+Blue) = 110+217+189=516 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.32% from 516); Green value is 217 (85.16% from 255 or 42.05% from 516); Blue value is 189 (74.22% from 255 or 36.63% from 516); Max value from RGB is 217 - color contains mainly: green. Hex color #6ED9BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ED9BD is #912642. Grayscale: #B5B5B5. Windows color (decimal): -9512515 or 12441966. OLE color: 12441966.

HSL color Cylindrical-coordinate representation of color #6ED9BD: hue angle of 164.3º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6ED9BD is Cyan = 0.49, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB110217189-
CMYK0.4900.130.15
HSL164.3º58.47%64.12%-
HSV(B)164.3º49.31%85.1%-
XYZ40.4356.6156.94-
YUV181.82132.0576.78-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 21.32%
GREEN value IS 217 (85.16% from 255) = 42.05%
BLUE value IS 189 (74.22% from 255) = 36.63%
R=21.32%
G=42.05%
B=36.63%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1102171890.4900.130.15164.358.4764.12
Hex6ED9BD310DFa43a40
Octal156331275610151724472100
Binary11011101101100110111101110001011011111101001001110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ED9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,217,189); }

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

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

 a { background-color: rgb(110,217,189); }

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

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

 span { border-color: rgb(110,217,189); }

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