#6FCEC4

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

Shades of Downy #6FCEC4

Tints of Downy #6FCEC4

Color information

#6FCEC4 (or 0x6FCEC4) is unknown color: approx Downy. HEX triplet: 6F, CE and C4. RGB value is (111,206,196). Sum of RGB (Red+Green+Blue) = 111+206+196=513 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.64% from 513); Green value is 206 (80.86% from 255 or 40.16% from 513); Blue value is 196 (76.95% from 255 or 38.21% from 513); Max value from RGB is 206 - color contains mainly: green. Hex color #6FCEC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCEC4 is #90313B. Grayscale: #B0B0B0. Windows color (decimal): -9449788 or 12897903. OLE color: 12897903.

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

Color convert

RGB111206196-
CMYK0.4600.050.19
HSL173.68º49.22%62.16%-
HSV(B)173.68º46.12%80.78%-
XYZ38.5951.5160.13-
YUV176.46139.0381.31-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 21.64%
GREEN value IS 206 (80.86% from 255) = 40.16%
BLUE value IS 196 (76.95% from 255) = 38.21%
R=21.64%
G=40.16%
B=38.21%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1112061960.4600.050.19173.6849.2262.16
Hex6FCEC42E0513ae313e
Octal1573163045605232566176
Binary1101111110011101100010010111001011001110101110110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FCEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,206,196); }

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

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

 a { background-color: rgb(111,206,196); }

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

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

 span { border-color: rgb(111,206,196); }

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