#6FE6B7

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

Shades of Downy #6FE6B7

Tints of Downy #6FE6B7

Color information

#6FE6B7 (or 0x6FE6B7) is unknown color: approx Downy. HEX triplet: 6F, E6 and B7. RGB value is (111,230,183). Sum of RGB (Red+Green+Blue) = 111+230+183=524 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.18% from 524); Green value is 230 (90.23% from 255 or 43.89% from 524); Blue value is 183 (71.88% from 255 or 34.92% from 524); Max value from RGB is 230 - color contains mainly: green. Hex color #6FE6B7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FE6B7 is #901948. Grayscale: #BDBDBD. Windows color (decimal): -9443657 or 12052079. OLE color: 12052079.

HSL color Cylindrical-coordinate representation of color #6FE6B7: hue angle of 156.3º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6FE6B7 is Cyan = 0.52, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.10.

Color convert

RGB111230183-
CMYK0.5200.200.10
HSL156.3º70.41%66.86%-
HSV(B)156.3º51.74%90.2%-
XYZ43.463.3954.75-
YUV189.06124.5872.32-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 21.18%
GREEN value IS 230 (90.23% from 255) = 43.89%
BLUE value IS 183 (71.88% from 255) = 34.92%
R=21.18%
G=43.89%
B=34.92%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1112301830.5200.200.10156.370.4166.86
Hex6FE6B734014A9c4643
Octal1573462676402412234106103
Binary1101111111001101011011111010001010010101001110010001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FE6B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,230,183); }

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

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

 a { background-color: rgb(111,230,183); }

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

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

 span { border-color: rgb(111,230,183); }

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