#6FE4C6

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

Shades of Downy #6FE4C6

Tints of Downy #6FE4C6

Color information

#6FE4C6 (or 0x6FE4C6) is unknown color: approx Downy. HEX triplet: 6F, E4 and C6. RGB value is (111,228,198). Sum of RGB (Red+Green+Blue) = 111+228+198=537 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.67% from 537); Green value is 228 (89.45% from 255 or 42.46% from 537); Blue value is 198 (77.73% from 255 or 36.87% from 537); Max value from RGB is 228 - color contains mainly: green. Hex color #6FE4C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FE4C6 is #901B39. Grayscale: #BDBDBD. Windows color (decimal): -9444154 or 13034607. OLE color: 13034607.

HSL color Cylindrical-coordinate representation of color #6FE4C6: hue angle of 164.62º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6FE4C6 is Cyan = 0.51, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.11.

Color convert

RGB111228198-
CMYK0.5100.130.11
HSL164.62º68.42%66.47%-
HSV(B)164.62º51.32%89.41%-
XYZ44.4962.9463.23-
YUV189.6132.7471.94-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 20.67%
GREEN value IS 228 (89.45% from 255) = 42.46%
BLUE value IS 198 (77.73% from 255) = 36.87%
R=20.67%
G=42.46%
B=36.87%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1112281980.5100.130.11164.6268.4266.47
Hex6FE4C6330DBa54442
Octal1573443066301513245104102
Binary110111111100100110001101100110110110111010010110001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FE4C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,228,198); }

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

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

 a { background-color: rgb(111,228,198); }

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

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

 span { border-color: rgb(111,228,198); }

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