#6FD7C6

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

Shades of Downy #6FD7C6

Tints of Downy #6FD7C6

Color information

#6FD7C6 (or 0x6FD7C6) is unknown color: approx Downy. HEX triplet: 6F, D7 and C6. RGB value is (111,215,198). Sum of RGB (Red+Green+Blue) = 111+215+198=524 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.18% from 524); Green value is 215 (84.38% from 255 or 41.03% from 524); Blue value is 198 (77.73% from 255 or 37.79% from 524); Max value from RGB is 215 - color contains mainly: green. Hex color #6FD7C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FD7C6 is #902839. Grayscale: #B5B5B5. Windows color (decimal): -9447482 or 13031279. OLE color: 13031279.

HSL color Cylindrical-coordinate representation of color #6FD7C6: hue angle of 170.19º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6FD7C6 is Cyan = 0.48, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB111215198-
CMYK0.4800.080.16
HSL170.19º56.52%63.92%-
HSV(B)170.19º48.37%84.31%-
XYZ41.0556.0662.08-
YUV181.97137.0477.38-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 21.18%
GREEN value IS 215 (84.38% from 255) = 41.03%
BLUE value IS 198 (77.73% from 255) = 37.79%
R=21.18%
G=41.03%
B=37.79%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1112151980.4800.080.16170.1956.5263.92
Hex6FD7C6300810aa3940
Octal157327306600102025271100
Binary110111111010111110001101100000100010000101010101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FD7C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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